Uses of Interface
org.opengis.metadata.citation.Citation
-
Packages that use Citation Package Description org.opengis.metadata Root package for metadata.org.opengis.metadata.acquisition org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions).org.opengis.metadata.identification Identification information (includes data and service identification).org.opengis.metadata.lineage Lineage information.org.opengis.metadata.quality org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation).org.opengis.referencing org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.metadata Validators and test suites for theorg.opengis.metadata
package.org.opengis.util A set of base types from ISO 19103 which can not be mapped directly from Java, plus utilities. -
-
Uses of Citation in org.opengis.metadata
Methods in org.opengis.metadata that return Citation Modifier and Type Method Description Citation
Identifier. getAuthority()
Organization or party responsible for definition and maintenance of the code.Citation
ApplicationSchemaInformation. getName()
Name of the application schema used.Methods in org.opengis.metadata that return types with arguments of type Citation Modifier and Type Method Description java.util.Collection<? extends Citation>
PortrayalCatalogueReference. getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited. -
Uses of Citation in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return Citation Modifier and Type Method Description Citation
Operation. getCitation()
Identification of the mission.Citation
Plan. getCitation()
Identification of authority requesting target collection.Citation
Platform. getCitation()
Source where information about the platform is described.Citation
Requirement. getCitation()
Identification of reference or guidance material for the requirement.Methods in org.opengis.metadata.acquisition that return types with arguments of type Citation Modifier and Type Method Description java.util.Collection<? extends Citation>
Instrument. getCitations()
Complete citation of the instrument. -
Uses of Citation in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return types with arguments of type Citation Modifier and Type Method Description java.util.Collection<? extends Citation>
FeatureCatalogueDescription. getFeatureCatalogueCitations()
Complete bibliographic reference to one or more external feature catalogues. -
Uses of Citation in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return Citation Modifier and Type Method Description Citation
AggregateInformation. getAggregateDataSetName()
Citation information about the aggregate dataset.Citation
Identification. getCitation()
Citation data for the resource(s).Citation
Keywords. getThesaurusName()
Name of the formally registered thesaurus or a similar authoritative source of keywords. -
Uses of Citation in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return Citation Modifier and Type Method Description Citation
Algorithm. getCitation()
Information identifying the algorithm and version or date.Citation
Source. getSourceCitation()
Recommended reference to be used for the source data.Methods in org.opengis.metadata.lineage that return types with arguments of type Citation Modifier and Type Method Description java.util.Collection<? extends Citation>
Processing. getDocumentations()
Reference to documentation describing the processing.java.util.Collection<? extends Citation>
Processing. getSoftwareReferences()
Reference to document describing processing software. -
Uses of Citation in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return Citation Modifier and Type Method Description Citation
Element. getEvaluationProcedure()
Reference to the procedure information, ornull
if none.Citation
ConformanceResult. getSpecification()
Citation of product specification or user requirement against which data is being evaluated. -
Uses of Citation in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return types with arguments of type Citation Modifier and Type Method Description java.util.Collection<? extends Citation>
Georeferenceable. getParameterCitations()
Reference providing description of the parameters. -
Uses of Citation in org.opengis.referencing
Methods in org.opengis.referencing that return Citation Modifier and Type Method Description Citation
AuthorityFactory. getAuthority()
Returns the organization or party responsible for definition and maintenance of the database. -
Uses of Citation in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return Citation Modifier and Type Method Description Citation
Formula. getCitation()
Reference to a publication giving the formula(s) or procedure used by the coordinate operation method. -
Uses of Citation in org.opengis.test
Methods in org.opengis.test that return Citation Modifier and Type Method Description Citation
Units. getVendor()
Not yet implemented.Methods in org.opengis.test with parameters of type Citation Modifier and Type Method Description void
ValidatorContainer. validate(Citation object)
Tests the conformance of the given object.static void
Validators. validate(Citation object)
Tests the conformance of the given object. -
Uses of Citation in org.opengis.test.metadata
Methods in org.opengis.test.metadata with parameters of type Citation Modifier and Type Method Description void
CitationValidator. validate(Citation object)
Validates the given citation. -
Uses of Citation in org.opengis.util
Methods in org.opengis.util that return Citation Modifier and Type Method Description Citation
Factory. getVendor()
Returns the vendor responsible for creating this factory implementation.
-