Uses of Class
org.opengis.annotation.Profile
-
Packages that use Profile Package Description 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.extent Extent information.org.opengis.metadata.identification Identification information (includes data and service identification).org.opengis.metadata.lineage Lineage information.org.opengis.metadata.quality -
-
Uses of Profile in org.opengis.metadata
Methods in org.opengis.metadata with annotations of type Profile Modifier and Type Method Description CharacterSetMetadata. getCharacterSet()Full name of the character coding standard used for the metadata set.java.util.Collection<? extends ResponsibleParty>Metadata. getContacts()Parties responsible for the metadata information.java.util.Collection<? extends DataQuality>Metadata. getDataQualityInfo()Provides overall assessment of quality of a resource(s).java.util.DateMetadata. getDateStamp()Date that the metadata was created.DistributionMetadata. getDistributionInfo()Provides information about the distributor of and options for obtaining the resource(s).java.lang.StringMetadata. getFileIdentifier()Unique identifier for this metadata file, ornullif none.java.util.Collection<? extends Identification>Metadata. getIdentificationInfo()Basic information about the resource(s) to which the metadata applies.java.util.LocaleMetadata. getLanguage()Language used for documenting metadata.java.lang.StringMetadata. getMetadataStandardName()Name of the metadata standard (including profile name) used.java.lang.StringMetadata. getMetadataStandardVersion()Version (profile) of the metadata standard used.java.util.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
Methods in org.opengis.metadata.citation with annotations of type Profile Modifier and Type Method Description java.util.DateCitationDate. getDate()Reference date for the cited resource.java.util.Collection<? extends CitationDate>Citation. getDates()Reference date for the cited resource.DateTypeCitationDate. getDateType()Event used for reference date.java.lang.StringResponsibleParty. getIndividualName()Name of the responsible person- surname, given name, title separated by a delimiter.java.net.URIOnlineResource. getLinkage()Location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as"http://www.statkart.no/isotc211".InternationalStringResponsibleParty. getOrganisationName()Name of the responsible organization.InternationalStringResponsibleParty. getPositionName()Role or position of the responsible person.RoleResponsibleParty. getRole()Function performed by the responsible party.InternationalStringCitation. getTitle()Name by which the cited resource is known. -
Uses of Profile in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution with annotations of type Profile Modifier and Type Method Description java.util.Collection<? extends Format>Distribution. getDistributionFormats()Provides a description of the format of the data to be distributed.InternationalStringFormat. getName()Name of the data transfer format(s).java.util.Collection<? extends OnlineResource>DigitalTransferOptions. getOnLines()Information about online sources from which the resource can be obtained.java.util.Collection<? extends DigitalTransferOptions>Distribution. getTransferOptions()Provides information about technical means and media by which a resource is obtained from the distributor.InternationalStringFormat. getVersion()Version of the format (date, number, etc). -
Uses of Profile in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent with annotations of type Profile Modifier and Type Method Description java.util.Collection<? extends GeographicExtent>Extent. getGeographicElements()Provides geographic component of the extent of the referring objectjava.util.Collection<? extends TemporalExtent>Extent. getTemporalElements()Provides temporal component of the extent of the referring objectjava.util.Collection<? extends VerticalExtent>Extent. getVerticalElements()Provides vertical component of the extent of the referring object -
Uses of Profile in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification with annotations of type Profile Modifier and Type Method Description InternationalStringIdentification. getAbstract()Brief narrative summary of the content of the resource(s).java.util.Collection<CharacterSet>DataIdentification. getCharacterSets()Full name of the character coding standard(s) used for the dataset.CitationIdentification. getCitation()Citation data for the resource(s).java.lang.DoubleResolution. getDistance()Ground sample distance.RepresentativeFractionResolution. getEquivalentScale()Level of detail expressed as the scale of a comparable hardcopy map or chart.java.util.Collection<? extends Extent>DataIdentification. getExtents()Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.java.util.Collection<java.util.Locale>DataIdentification. getLanguages()Language(s) used within the dataset.java.util.Collection<? extends ResponsibleParty>Identification. getPointOfContacts()Identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).java.util.Collection<SpatialRepresentationType>DataIdentification. getSpatialRepresentationTypes()Method used to spatially represent geographic information.java.util.Collection<? extends Resolution>DataIdentification. getSpatialResolutions()Factor which provides a general understanding of the density of spatial data in the dataset.java.util.Collection<TopicCategory>DataIdentification. getTopicCategories()Main theme(s) of the dataset. -
Uses of Profile in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage with annotations of type Profile Modifier and Type Method Description InternationalStringLineage. getStatement()General explanation of the data producer's knowledge about the lineage of a dataset. -
Uses of Profile in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality with annotations of type Profile Modifier and Type Method Description LineageDataQuality. getLineage()Non-quantitative quality information about the lineage of the data specified by the scope.
-