Uses of Class
org.opengis.annotation.Profile

Packages that use Profile
org.opengis.metadata Root package for metadata
org.opengis.metadata.citation Citation and responsible party information. 
org.opengis.metadata.distribution Distribution information. 
org.opengis.metadata.identification Identification information (includes data and service identification). 
org.opengis.metadata.lineage Lineage information. 
org.opengis.metadata.quality Data quality and positional accuracy
org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). 
 

Uses of Profile in org.opengis.metadata
 

Classes in org.opengis.metadata with annotations of type Profile
 interface MetaData
          Root entity which defines metadata about a resource or resources.
 

Methods in org.opengis.metadata with annotations of type Profile
 CharacterSet MetaData.getCharacterSet()
          Full name of the character coding standard used for the metadata set.
 Collection<? extends ResponsibleParty> MetaData.getContacts()
          Party responsible for the metadata information.
 Collection<? extends DataQuality> MetaData.getDataQualityInfo()
          Provides overall assessment of quality of a resource(s).
 Date MetaData.getDateStamp()
          Date that the metadata was created.
 Distribution MetaData.getDistributionInfo()
          Provides information about the distributor of and options for obtaining the resource(s).
 String MetaData.getFileIdentifier()
          Unique identifier for this metadata file, or null if none.
 Collection<? extends Identification> MetaData.getIdentificationInfo()
          Basic information about the resource(s) to which the metadata applies.
 Locale MetaData.getLanguage()
          Language used for documenting metadata.
 String MetaData.getMetadataStandardName()
          Name of the metadata standard (including profile name) used.
 String MetaData.getMetadataStandardVersion()
          Version (profile) of the metadata standard used.
 Collection<? extends ReferenceSystem> MetaData.getReferenceSystemInfo()
          Description of the spatial and temporal reference systems used in the dataset.
 

Uses of Profile in org.opengis.metadata.citation
 

Classes in org.opengis.metadata.citation with annotations of type Profile
 interface Citation
          Standardized resource reference.
 interface CitationDate
          Reference date and event used to describe it.
 interface OnLineResource
          Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
 interface ResponsibleParty
          Identification of, and means of communication with, person(s) and organizations associated with the dataset.
 

Methods in org.opengis.metadata.citation with annotations of type Profile
 Date CitationDate.getDate()
          Reference date for the cited resource.
 Collection<? extends CitationDate> Citation.getDates()
          Reference date for the cited resource.
 DateType CitationDate.getDateType()
          Event used for reference date.
 InternationalString Citation.getTitle()
          Name by which the cited resource is known.
 

Uses of Profile in org.opengis.metadata.distribution
 

Classes in org.opengis.metadata.distribution with annotations of type Profile
 interface DigitalTransferOptions
          Technical means and media by which a resource is obtained from the distributor.
 interface Distribution
          Information about the distributor of and options for obtaining the resource.
 interface Format
          Description of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel.
 

Methods in org.opengis.metadata.distribution with annotations of type Profile
 Collection<? extends Format> Distribution.getDistributionFormats()
          Provides a description of the format of the data to be distributed.
 InternationalString Format.getName()
          Name of the data transfer format(s).
 Collection<? extends OnLineResource> DigitalTransferOptions.getOnLines()
          Information about online sources from which the resource can be obtained.
 Collection<? extends DigitalTransferOptions> Distribution.getTransferOptions()
          Provides information about technical means and media by which a resource is obtained from the distributor.
 InternationalString Format.getVersion()
          Version of the format (date, number, etc.).
 

Uses of Profile in org.opengis.metadata.identification
 

Classes in org.opengis.metadata.identification with annotations of type Profile
 interface DataIdentification
          Information required to identify a dataset.
 interface Identification
          Basic information required to uniquely identify a resource or resources.
 interface Resolution
          Level of detail expressed as a scale factor or a ground distance.
 

Methods in org.opengis.metadata.identification with annotations of type Profile
 InternationalString Identification.getAbstract()
          Brief narrative summary of the content of the resource(s).
 Collection<CharacterSet> DataIdentification.getCharacterSets()
          Full name of the character coding standard(s) used for the dataset.
 Citation Identification.getCitation()
          Citation data for the resource(s).
 Double Resolution.getDistance()
          Ground sample distance.
 RepresentativeFraction Resolution.getEquivalentScale()
          Level of detail expressed as the scale of a comparable hardcopy map or chart.
 Collection<? extends Extent> DataIdentification.getExtent()
          Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.
 Collection<GeographicBoundingBox> DataIdentification.getGeographicBox()
          Deprecated. not in ISO 19115:2003
 Collection<GeographicDescription> DataIdentification.getGeographicDescription()
          Deprecated. not in ISO 19115:2003
 Collection<Locale> DataIdentification.getLanguage()
          Language(s) used within the dataset.
 Collection<? extends ResponsibleParty> Identification.getPointOfContacts()
          Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).
 Collection<SpatialRepresentationType> DataIdentification.getSpatialRepresentationTypes()
          Method used to spatially represent geographic information.
 Collection<? extends Resolution> DataIdentification.getSpatialResolutions()
          Factor which provides a general understanding of the density of spatial data in the dataset.
 Collection<TopicCategory> DataIdentification.getTopicCategories()
          Main theme(s) of the dataset.
 

Uses of Profile in org.opengis.metadata.lineage
 

Classes in org.opengis.metadata.lineage with annotations of type Profile
 interface Lineage
          Information about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage.
 

Methods in org.opengis.metadata.lineage with annotations of type Profile
 InternationalString Lineage.getStatement()
          General explanation of the data producer's knowledge about the lineage of a dataset.
 

Uses of Profile in org.opengis.metadata.quality
 

Classes in org.opengis.metadata.quality with annotations of type Profile
 interface DataQuality
          Quality information for the data specified by a data quality scope.
 

Methods in org.opengis.metadata.quality with annotations of type Profile
 Lineage DataQuality.getLineage()
          Non-quantitative quality information about the lineage of the data specified by the scope.
 

Uses of Profile in org.opengis.metadata.spatial
 

Classes in org.opengis.metadata.spatial with annotations of type Profile
 class SpatialRepresentationType
          Method used to represent geographic information in the dataset.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.