Uses of Class
org.apache.sis.metadata.iso.content.DefaultFeatureTypeInfo
Packages that use DefaultFeatureTypeInfo
Package
Description
JAXB adapters for metadata.
Description of the dataset content.
-
Uses of DefaultFeatureTypeInfo in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultFeatureTypeInfoModifier and TypeMethodDescriptionMD_FeatureTypeInfo.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mrc:MD_FeatureTypeInfo>
XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultFeatureTypeInfoModifier and TypeMethodDescriptionprotected Class<DefaultFeatureTypeInfo>
MD_FeatureTypeInfo.getBoundType()
Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultFeatureTypeInfoModifier and TypeMethodDescriptionvoid
MD_FeatureTypeInfo.setElement
(DefaultFeatureTypeInfo value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected MD_FeatureTypeInfo
MD_FeatureTypeInfo.wrap
(DefaultFeatureTypeInfo value) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<mrc:MD_FeatureTypeInfo>
XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultFeatureTypeInfoModifierConstructorDescriptionprivate
Constructor for theMD_FeatureTypeInfo.wrap(org.apache.sis.metadata.iso.content.DefaultFeatureTypeInfo)
method only. -
Uses of DefaultFeatureTypeInfo in org.apache.sis.metadata.iso.content
Fields in org.apache.sis.metadata.iso.content with type parameters of type DefaultFeatureTypeInfoModifier and TypeFieldDescriptionprivate Collection<DefaultFeatureTypeInfo>
DefaultFeatureCatalogueDescription.featureTypes
Subset of feature types from cited feature catalogue occurring in resource.Methods in org.apache.sis.metadata.iso.content that return types with arguments of type DefaultFeatureTypeInfoModifier and TypeMethodDescriptionDefaultFeatureCatalogueDescription.getFeatureTypeInfo()
Returns the subset of feature types from cited feature catalogue occurring in resource.private Collection<DefaultFeatureTypeInfo>
DefaultFeatureCatalogueDescription.getFeatureTypesInfo()
Invoked by JAXB at both marshalling and unmarshalling time.Method parameters in org.apache.sis.metadata.iso.content with type arguments of type DefaultFeatureTypeInfoModifier and TypeMethodDescriptionvoid
DefaultFeatureCatalogueDescription.setFeatureTypeInfo
(Collection<? extends DefaultFeatureTypeInfo> newValues) Sets the subset of feature types from cited feature catalogue occurring in resource.Constructors in org.apache.sis.metadata.iso.content with parameters of type DefaultFeatureTypeInfoModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.