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
Subclasses with type arguments of type DefaultFeatureTypeInfo in org.apache.sis.internal.jaxb.metadataModifier and TypeClassDescriptionfinal classJAXB adapter mapping implementing class to the GeoAPI interface.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 TypeMethodDescriptionvoidMD_FeatureTypeInfo.setElement(DefaultFeatureTypeInfo value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected MD_FeatureTypeInfoMD_FeatureTypeInfo.wrap(DefaultFeatureTypeInfo value) Invoked byPropertyTypeat 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 DefaultFeatureTypeInfoModifierConstructorDescriptionprivateConstructor for theMD_FeatureTypeInfo.wrap(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.featureTypesSubset 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 TypeMethodDescriptionvoidDefaultFeatureCatalogueDescription.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.