Class FeatureTypeAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<GO_CharacterString,org.opengis.feature.type.FeatureType>
org.apache.sis.metadata.iso.maintenance.FeatureTypeAdapter
final class FeatureTypeAdapter
extends XmlAdapter<GO_CharacterString,org.opengis.feature.type.FeatureType>
For (un)marshalling deprecated
FeatureType as a character string,
as expected by ISO 19115-3:2016. This is a temporary bridge to be removed
after the GeoAPI interfaces has been upgraded to ISO 19115-1:2014 model.- Since:
- 1.0
- Version:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal(org.opengis.feature.type.FeatureType value) Unwrap the elements defined by ISO 19115-3:2016 schema to the value used byDefaultScopeDescription.org.opengis.feature.type.FeatureTypeunmarshal(GO_CharacterString value) Wrap the given value fromDefaultScopeDescriptionto the elements defined by ISO 19115-3:2016 schema.
-
Constructor Details
-
FeatureTypeAdapter
FeatureTypeAdapter()
-
-
Method Details
-
unmarshal
Wrap the given value fromDefaultScopeDescriptionto the elements defined by ISO 19115-3:2016 schema.- Specified by:
unmarshalin classXmlAdapter<GO_CharacterString,org.opengis.feature.type.FeatureType>
-
marshal
Unwrap the elements defined by ISO 19115-3:2016 schema to the value used byDefaultScopeDescription.- Specified by:
marshalin classXmlAdapter<GO_CharacterString,org.opengis.feature.type.FeatureType>
-