Uses of Class
org.geotools.metadata.iso.MetadataEntity
-
Packages that use MetadataEntity Package Description 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 MetadataEntity in org.geotools.metadata.iso
Subclasses of MetadataEntity in org.geotools.metadata.iso Modifier and Type Class Description class
IdentifierImpl
Value uniquely identifying an object within a namespace. -
Uses of MetadataEntity in org.geotools.metadata.iso.citation
Subclasses of MetadataEntity in org.geotools.metadata.iso.citation Modifier and Type Class Description class
AddressImpl
Location of the responsible individual or organization.class
CitationImpl
Standardized resource reference.class
ContactImpl
Information required to enable contact with the responsible person and/or organization.class
OnLineResourceImpl
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.class
ResponsiblePartyImpl
Identification of, and means of communication with, person(s) and organizations associated with the dataset.class
TelephoneImpl
Telephone numbers for contacting the responsible individual or organization. -
Uses of MetadataEntity in org.geotools.metadata.iso.extent
Subclasses of MetadataEntity in org.geotools.metadata.iso.extent Modifier and Type Class Description class
ExtentImpl
Information about spatial, vertical, and temporal extent.class
GeographicBoundingBoxImpl
Geographic position of the dataset.class
GeographicExtentImpl
Base class for geographic area of the dataset.class
TemporalExtentImpl
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon. -
Uses of MetadataEntity in org.geotools.metadata.iso.quality
Subclasses of MetadataEntity in org.geotools.metadata.iso.quality Modifier and Type Class Description class
AbsoluteExternalPositionalAccuracyImpl
Closeness of reported coordinate values to values accepted as or being true.class
ConformanceResultImpl
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.class
ElementImpl
Type of test applied to the data specified by a data quality scope.class
PositionalAccuracyImpl
Accuracy of the position of features.class
QuantitativeResultImpl
Information about the value (or set of values) obtained from applying a data quality measure.class
ResultImpl
Type of test applied to the data specified by a data quality scope.
-