Class CS_AxisDirection
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<CodeListAdapter.Value,org.opengis.referencing.cs.AxisDirection>
org.apache.sis.internal.jaxb.gml.CodeListAdapter<org.opengis.referencing.cs.AxisDirection>
org.apache.sis.internal.jaxb.referencing.CS_AxisDirection
public final class CS_AxisDirection
extends CodeListAdapter<org.opengis.referencing.cs.AxisDirection>
JAXB adapter for (un)marshalling of GeoAPI code list.
- Since:
- 0.4
- Version:
- 0.4
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sis.internal.jaxb.gml.CodeListAdapter
marshal, unmarshal
-
Constructor Details
-
CS_AxisDirection
public CS_AxisDirection()Empty constructor for JAXB only.
-
-
Method Details
-
getCodeListClass
Returns the class of code list wrapped by this adapter.- Specified by:
getCodeListClass
in classCodeListAdapter<org.opengis.referencing.cs.AxisDirection>
- Returns:
AxisDirection.class
-
getCodeSpace
Sets the default code space to"EPSG"
.- Overrides:
getCodeSpace
in classCodeListAdapter<org.opengis.referencing.cs.AxisDirection>
- Returns:
"EPSG"
.
-