Class CD_PixelInCell
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<CodeListAdapter.Value,org.opengis.referencing.datum.PixelInCell>
org.apache.sis.internal.jaxb.gml.CodeListAdapter<org.opengis.referencing.datum.PixelInCell>
org.apache.sis.internal.jaxb.referencing.CD_PixelInCell
public final class CD_PixelInCell
extends CodeListAdapter<org.opengis.referencing.datum.PixelInCell>
JAXB adapter for (un)marshalling of GeoAPI code list.
- Since:
- 0.4
- Version:
- 0.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class
<org.opengis.referencing.datum.PixelInCell> Returns the class of code list wrapped by this adapter.Methods inherited from class org.apache.sis.internal.jaxb.gml.CodeListAdapter
getCodeSpace, marshal, unmarshal
-
Constructor Details
-
CD_PixelInCell
public CD_PixelInCell()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.datum.PixelInCell>
- Returns:
PixelInCell.class
-