org.opengis.metadata.identification
Interface DataIdentification
-
- All Superinterfaces:
- Identification
@Profile(level=CORE) @UML(identifier="MD_DataIdentification", specification=ISO_19115) public interface DataIdentification extends Identification
Information required to identify a dataset.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.nio.charset.CharsetgetCharacterSet()Full name of the character coding standard used for the dataset.InternationalStringgetEnvironmentDescription()Description of the dataset in the producerÃÂs processing environment, including items such as the software, the computer operating system, file name, and the dataset size.java.util.Collection<Extent>getExtent()Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.java.util.Collection<GeographicBoundingBox>getGeographicBox()Minimum bounding rectangle within which data is available.java.util.Collection<GeographicDescription>getGeographicDescription()Description of the geographic area within which data is available.java.util.Collection<java.util.Locale>getLanguage()Language(s) used within the dataset.java.util.Collection<SpatialRepresentationType>getSpatialRepresentationTypes()Method used to spatially represent geographic information.java.util.Collection<Resolution>getSpatialResolutions()Factor which provides a general understanding of the density of spatial data in the dataset.InternationalStringgetSupplementalInformation()Any other descriptive information about the dataset.java.util.Collection<TopicCategory>getTopicCategories()Main theme(s) of the datset.-
Methods inherited from interface org.opengis.metadata.identification.Identification
getAbstract, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus
-
-
-
-
Method Detail
-
getSpatialRepresentationTypes
@Profile(level=CORE) @UML(identifier="spatialRepresentationType", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<SpatialRepresentationType> getSpatialRepresentationTypes()
Method used to spatially represent geographic information.
-
getSpatialResolutions
@Profile(level=CORE) @UML(identifier="spatialResolution", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<Resolution> getSpatialResolutions()
Factor which provides a general understanding of the density of spatial data in the dataset.
-
getLanguage
@Profile(level=CORE) @UML(identifier="language", obligation=MANDATORY, specification=ISO_19115) java.util.Collection<java.util.Locale> getLanguage()
Language(s) used within the dataset.
-
getCharacterSet
@Profile(level=CORE) @UML(identifier="characterSet", obligation=CONDITIONAL, specification=ISO_19115) java.nio.charset.Charset getCharacterSet()
Full name of the character coding standard used for the dataset.
-
getTopicCategories
@Profile(level=CORE) @UML(identifier="topicCategory", obligation=MANDATORY, specification=ISO_19115) java.util.Collection<TopicCategory> getTopicCategories()
Main theme(s) of the datset.
-
getGeographicBox
@Profile(level=CORE) @UML(identifier="geographicBox", obligation=CONDITIONAL, specification=ISO_19115) java.util.Collection<GeographicBoundingBox> getGeographicBox()
Minimum bounding rectangle within which data is available. Only one ofgetGeographicBox()andgetGeographicDescription()should be provided.
-
getGeographicDescription
@Profile(level=CORE) @UML(identifier="geographicDescription", obligation=CONDITIONAL, specification=ISO_19115) java.util.Collection<GeographicDescription> getGeographicDescription()
Description of the geographic area within which data is available. Only one ofgetGeographicBox()andgetGeographicDescription()should be provided.
-
getEnvironmentDescription
@UML(identifier="environmentDescription", obligation=OPTIONAL, specification=ISO_19115) InternationalString getEnvironmentDescription()
Description of the dataset in the producerÃÂs processing environment, including items such as the software, the computer operating system, file name, and the dataset size.
-
getExtent
@Profile(level=CORE) @UML(identifier="extent", obligation=OPTIONAL, specification=ISO_19115) java.util.Collection<Extent> getExtent()
Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.
-
getSupplementalInformation
@UML(identifier="supplementalInformation", obligation=OPTIONAL, specification=ISO_19115) InternationalString getSupplementalInformation()
Any other descriptive information about the dataset.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG