Uses of Class
org.geotools.metadata.ModifiableMetadata
-
Packages that use ModifiableMetadata 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 ModifiableMetadata in org.geotools.metadata
Methods in org.geotools.metadata that return ModifiableMetadata Modifier and Type Method Description protected ModifiableMetadata
ModifiableMetadata. clone()
Returns a shallow copy of this metadata. -
Uses of ModifiableMetadata in org.geotools.metadata.iso
Subclasses of ModifiableMetadata in org.geotools.metadata.iso Modifier and Type Class Description class
IdentifierImpl
Value uniquely identifying an object within a namespace.class
MetadataEntity
A superclass for implementing ISO 19115 metadata interfaces. -
Uses of ModifiableMetadata in org.geotools.metadata.iso.citation
Subclasses of ModifiableMetadata 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 ModifiableMetadata in org.geotools.metadata.iso.extent
Subclasses of ModifiableMetadata 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 ModifiableMetadata in org.geotools.metadata.iso.quality
Subclasses of ModifiableMetadata 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.
-