Uses of Class
org.geotools.metadata.MetadataStandard
-
Packages that use MetadataStandard Package Description org.geotools.metadata Root package for various metadata implementations.org.geotools.metadata.iso -
-
Uses of MetadataStandard in org.geotools.metadata
Fields in org.geotools.metadata declared as MetadataStandard Modifier and Type Field Description static MetadataStandard
MetadataStandard. ISO_19111
An instance working on ISO 19111 standard as defined by GeoAPI interfaces in theorg.geotools.api.referencing
package and subpackages.static MetadataStandard
MetadataStandard. ISO_19115
An instance working on ISO 19115 standard as defined by GeoAPI interfaces in theorg.geotools.api.metadata
package and subpackages.static MetadataStandard
MetadataStandard. ISO_19119
An instance working on ISO 19119 standard as defined by GeoAPI interfaces in theorg.geotools.api.service
package and subpackages.Methods in org.geotools.metadata that return MetadataStandard Modifier and Type Method Description abstract MetadataStandard
AbstractMetadata. getStandard()
Returns the metadata standard implemented by subclasses. -
Uses of MetadataStandard in org.geotools.metadata.iso
Methods in org.geotools.metadata.iso that return MetadataStandard Modifier and Type Method Description MetadataStandard
MetadataEntity. getStandard()
Returns the metadata standard implemented by subclasses, which is ISO 19115.
-