Class SC_DerivedCRSType
java.lang.Object
org.apache.sis.internal.jaxb.referencing.SC_DerivedCRSType
JAXB data container for a
DerivedCRSType
pseudo code list.
SIS does not actually provide that code list (we implement the associated interfaces instead,
e.g. VerticalCRS
for SC_DerivedCRSType.vertical
),
so we reconstruct in this adapter what would be marshalled if we had that code list.- Since:
- 0.7
- Version:
- 0.7
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Empty constructor for JAXB only.SC_DerivedCRSType
(String type) Creates a pseudo code list for the given value. -
Method Summary
Modifier and TypeMethodDescriptionstatic SC_DerivedCRSType
Returns an instance from the given WKT keyword.
-
Field Details
-
Constructor Details
-
SC_DerivedCRSType
Creates a pseudo code list for the given value.- Parameters:
type
- the ISO 19111 code.
-
SC_DerivedCRSType
private SC_DerivedCRSType()Empty constructor for JAXB only.
-
-
Method Details
-
fromWKT
Returns an instance from the given WKT keyword. The given keyword can be one of the following values (from ISO 19162):GeodeticCRS
VerticalCRS
TimeCRS
EngineeringCRS
- Parameters:
keyword
- the ISO 19162 (WKT 2) keyword, ornull
.- Returns:
- the pseudo code list with ISO 19111 keyword, or
null
.
-