Uses of Class
org.geotools.metadata.AbstractMetadata
-
Packages that use AbstractMetadata Package Description org.geotools.metadata Root package for various metadata implementations.org.geotools.metadata.iso org.geotools.metadata.iso.citation Citation implementation.org.geotools.metadata.iso.extent Extent implementation.org.geotools.metadata.iso.quality -
-
Uses of AbstractMetadata in org.geotools.metadata
Subclasses of AbstractMetadata in org.geotools.metadata Modifier and Type Class Description classModifiableMetadataBase class for metadata that may (or may not) be modifiable.Methods in org.geotools.metadata that return AbstractMetadata Modifier and Type Method Description AbstractMetadataModifiableMetadata. unmodifiable()Returns an unmodifiable copy of this metadata. -
Uses of AbstractMetadata in org.geotools.metadata.iso
Subclasses of AbstractMetadata in org.geotools.metadata.iso Modifier and Type Class Description classIdentifierImplValue uniquely identifying an object within a namespace.classMetadataEntityA superclass for implementing ISO 19115 metadata interfaces. -
Uses of AbstractMetadata in org.geotools.metadata.iso.citation
Subclasses of AbstractMetadata in org.geotools.metadata.iso.citation Modifier and Type Class Description classAddressImplLocation of the responsible individual or organization.classCitationImplStandardized resource reference.classContactImplInformation required to enable contact with the responsible person and/or organization.classOnLineResourceImplInformation about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.classResponsiblePartyImplIdentification of, and means of communication with, person(s) and organizations associated with the dataset.classTelephoneImplTelephone numbers for contacting the responsible individual or organization. -
Uses of AbstractMetadata in org.geotools.metadata.iso.extent
Subclasses of AbstractMetadata in org.geotools.metadata.iso.extent Modifier and Type Class Description classExtentImplInformation about spatial, vertical, and temporal extent.classGeographicBoundingBoxImplGeographic position of the dataset.classGeographicExtentImplBase class for geographic area of the dataset.classTemporalExtentImplBoundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon. -
Uses of AbstractMetadata in org.geotools.metadata.iso.quality
Subclasses of AbstractMetadata in org.geotools.metadata.iso.quality Modifier and Type Class Description classAbsoluteExternalPositionalAccuracyImplCloseness of reported coordinate values to values accepted as or being true.classConformanceResultImplInformation about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.classElementImplType of test applied to the data specified by a data quality scope.classPositionalAccuracyImplAccuracy of the position of features.classQuantitativeResultImplInformation about the value (or set of values) obtained from applying a data quality measure.classResultImplType of test applied to the data specified by a data quality scope.
-