Uses of Interface
org.opengis.metadata.citation.Citation
Packages that use Citation
Package
Description
Well Known Text (WKT) parsing and formatting.
Root package for various metadata implementations.
Root package for ISO 19115 metadata about resources (data or services).
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
Reference to the data or service (citation, responsible party, contact information).
Information about legal and security constraints placed on data.
Description of the dataset content.
Information about the options for obtaining a resource (data or service).
Information about spatial, vertical, and temporal extent.
Information to uniquely identify the data or service.
Information about the sources and production processes of a dataset.
Information about data quality, accuracy and consistency of a dataset.
Information about the mechanisms (grid or vector) used to represent spatial data.
Base classes for reference systems used for general positioning.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Relationship between any two Coordinate Reference Systems (CRS).
Implementations of GeoAPI types from the
org.opengis.util package.Provides methods for marshalling and unmarshalling SIS objects in XML.
Root package for metadata.
Content information
(includes Feature catalogue and Coverage descriptions).
Identification information
(includes data and service identification).
Lineage information.
Spatial representation information
(includes grid and vector representation).
Coordinate operations (relationship between
any two coordinate reference systems).
A set of base types from ISO 19103
which cannot be mapped directly from Java, plus utilities.
-
Uses of Citation in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt that return CitationModifier and TypeMethodDescriptionWKTDictionary.getAuthority()Returns the authority or specification that defines the codes recognized by this factory.final CitationFormatter.getNameAuthority()Returns the preferred authority for choosing the projection and parameter names.WKTFormat.getNameAuthority()Returns the preferred authority to look for when fetching identified object names and identifiers.Methods in org.apache.sis.io.wkt with parameters of type CitationModifier and TypeMethodDescriptionvoidWKTFormat.setNameAuthority(Citation authority) Sets the preferred authority for choosing the projection and parameter names.Constructors in org.apache.sis.io.wkt with parameters of type CitationModifierConstructorDescriptionWKTDictionary(Citation authority) Creates an initially empty factory. -
Uses of Citation in org.apache.sis.metadata
Methods in org.apache.sis.metadata that return CitationModifier and TypeMethodDescriptionMetadataStandard.getCitation()Returns a bibliographical reference to the international standard.Constructors in org.apache.sis.metadata with parameters of type CitationModifierConstructorDescriptionMetadataStandard(Citation citation, Package interfacePackage, MetadataStandard... dependencies) Creates a new instance working on implementation of interfaces defined in the specified package. -
Uses of Citation in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return CitationModifier and TypeMethodDescriptionDefaultIdentifier.getAuthority()Returns the person or party responsible for maintenance of the namespace.DefaultApplicationSchemaInformation.getName()Name of the application schema used.DefaultMetadata.getParentMetadata()Returns an identification of the parent metadata record.Methods in org.apache.sis.metadata.iso that return types with arguments of type CitationModifier and TypeMethodDescriptionDefaultMetadata.getAlternativeMetadataReferences()Returns reference(s) to alternative metadata or metadata in a non-ISO standard for the same resource.DefaultMetadata.getMetadataProfiles()Returns the citation(s) for the profile(s) of the metadata standard to which the metadata conform.DefaultMetadata.getMetadataStandards()Returns the citation(s) for the standard(s) to which the metadata conform.DefaultPortrayalCatalogueReference.getPortrayalCatalogueCitations()Bibliographic reference to the portrayal catalogue cited.Methods in org.apache.sis.metadata.iso with parameters of type CitationModifier and TypeMethodDescriptionvoidDefaultIdentifier.setAuthority(Citation newValue) Sets the person or party responsible for maintenance of the namespace.voidSets the name of the application schema used.voidDefaultMetadata.setParentMetadata(Citation newValue) Sets an identification of the parent metadata record.Method parameters in org.apache.sis.metadata.iso with type arguments of type CitationModifier and TypeMethodDescriptionvoidDefaultMetadata.setAlternativeMetadataReferences(Collection<? extends Citation> newValues) Set reference(s) to alternative metadata or metadata in a non-ISO standard for the same resource.voidDefaultMetadata.setMetadataProfiles(Collection<? extends Citation> newValues) Set the citation(s) for the profile(s) of the metadata standard to which the metadata conform.voidDefaultMetadata.setMetadataStandards(Collection<? extends Citation> newValues) Sets the citation(s) for the standard(s) to which the metadata conform.voidDefaultPortrayalCatalogueReference.setPortrayalCatalogueCitations(Collection<? extends Citation> newValues) Sets bibliographic reference to the portrayal catalogue cited.Constructors in org.apache.sis.metadata.iso with parameters of type CitationModifierConstructorDescriptionDefaultApplicationSchemaInformation(Citation name, String schemaLanguage, String constraintLanguage) Creates a application schema information initialized to the specified values.DefaultIdentifier(Citation authority, String code) Creates an identifier initialized to the given authority and code.DefaultPortrayalCatalogueReference(Citation portrayalCatalogueCitation) Creates a portrayal catalogue reference initialized to the given reference. -
Uses of Citation in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return CitationModifier and TypeMethodDescriptionDefaultOperation.getCitation()Returns the identification of the mission.DefaultPlan.getCitation()Returns the identification of authority requesting target collection.DefaultPlatform.getCitation()Returns the source where information about the platform is described.DefaultRequirement.getCitation()Returns the identification of reference or guidance material for the requirement.Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type CitationModifier and TypeMethodDescriptionDefaultInstrument.getCitations()Returns the complete citation of the instrument.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type CitationModifier and TypeMethodDescriptionvoidDefaultOperation.setCitation(Citation newValue) Sets the identification of the mission.voidDefaultPlan.setCitation(Citation newValue) Sets the identification of authority requesting target collection.voidDefaultPlatform.setCitation(Citation newValue) Sets the source where information about the platform is described.voidDefaultRequirement.setCitation(Citation newValue) Sets the identification of reference or guidance material for the requirement.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type CitationModifier and TypeMethodDescriptionvoidDefaultInstrument.setCitations(Collection<? extends Citation> newValues) Sets the complete citation of the instrument. -
Uses of Citation in org.apache.sis.metadata.iso.citation
Classes in org.apache.sis.metadata.iso.citation that implement CitationFields in org.apache.sis.metadata.iso.citation declared as CitationModifier and TypeFieldDescriptionstatic final CitationCitations.GDALThe codespace for data formats accessed through the GDAL library.static final CitationCitations.SISThe codespace of objects that are specific to the Apache SIS project.Fields in org.apache.sis.metadata.iso.citation with type parameters of type CitationModifier and TypeFieldDescriptionCitations.ISO_19115The Geographic Information — Metadata standards defined by ISO 19115.Methods in org.apache.sis.metadata.iso.citation that return CitationModifier and TypeMethodDescriptionstatic CitationReturns a citation of the given identifier.static Citation[]Citations.values()Returns the values declared in thisCitationsclass.Methods in org.apache.sis.metadata.iso.citation that return types with arguments of type CitationModifier and TypeMethodDescriptionCitations.predefined(String identifier) Returns a predefined citation for the given identifier.Methods in org.apache.sis.metadata.iso.citation with parameters of type CitationModifier and TypeMethodDescriptionstatic DefaultCitationDefaultCitation.castOrCopy(Citation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.static StringCitations.getIdentifier(Citation citation) Infers an identifier from the given citation, or returnsnullif no identifier has been found.static booleanCitations.identifierMatches(Citation citation, String identifier) Returnstrueif at least one identifier in the given citation have a code matching the given string.static booleanCitations.identifierMatches(Citation c1, Citation c2) static booleanCitations.titleMatches(Citation citation, String title) static booleanCitations.titleMatches(Citation c1, Citation c2) Returnstrueif at least one title or alternate title inc1is leniently equal to a title or alternate title inc2.static StringCitations.toCodeSpace(Citation citation) Infers a code space from the given citation, or returnsnullif none.Constructors in org.apache.sis.metadata.iso.citation with parameters of type CitationModifierConstructorDescriptionDefaultCitation(Citation object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Citation in org.apache.sis.metadata.iso.constraint
Methods in org.apache.sis.metadata.iso.constraint that return types with arguments of type CitationModifier and TypeMethodDescriptionDefaultConstraints.getReferences()Returns citations for the limitation of constraint.Method parameters in org.apache.sis.metadata.iso.constraint with type arguments of type CitationModifier and TypeMethodDescriptionvoidDefaultConstraints.setReferences(Collection<? extends Citation> newValues) Sets the citations for the limitation of constraint. -
Uses of Citation in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return types with arguments of type CitationModifier and TypeMethodDescriptionDefaultFeatureCatalogueDescription.getFeatureCatalogueCitations()Returns the complete bibliographic reference to one or more external feature catalogues.Method parameters in org.apache.sis.metadata.iso.content with type arguments of type CitationModifier and TypeMethodDescriptionvoidDefaultFeatureCatalogueDescription.setFeatureCatalogueCitations(Collection<? extends Citation> newValues) Sets the complete bibliographic reference to one or more external feature catalogues. -
Uses of Citation in org.apache.sis.metadata.iso.distribution
Methods in org.apache.sis.metadata.iso.distribution that return CitationModifier and TypeMethodDescriptionDefaultFormat.getFormatSpecificationCitation()Returns the citation / URL of the specification format.Methods in org.apache.sis.metadata.iso.distribution with parameters of type CitationModifier and TypeMethodDescriptionvoidDefaultFormat.setFormatSpecificationCitation(Citation newValue) Sets the citation / URL of the specification format. -
Uses of Citation in org.apache.sis.metadata.iso.extent
Constructors in org.apache.sis.metadata.iso.extent with parameters of type CitationModifierConstructorDescriptionDefaultGeographicDescription(Citation authority, String code) Creates an inclusive geographic description initialized to the given identifier. -
Uses of Citation in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return CitationModifier and TypeMethodDescriptionDefaultAggregateInformation.getAggregateDataSetName()Deprecated.AbstractIdentification.getCitation()Returns the citation for the resource(s).DefaultAssociatedResource.getMetadataReference()Return a reference to the metadata of the associated resource, ornullif none.DefaultAssociatedResource.getName()Returns citation information about the associated resource, ornullif none.DefaultKeywordClass.getOntology()Returns a reference that binds the keyword class to a formal conceptualization of a knowledge domain.DefaultKeywords.getThesaurusName()Returns the name of the formally registered thesaurus or a similar authoritative source of keywords.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type CitationModifier and TypeMethodDescriptionDefaultUsage.getAdditionalDocumentation()Publications that describe usage of data.AbstractIdentification.getAdditionalDocumentations()Returns other documentation associated with the resource.DefaultUsage.getIdentifiedIssues()Citation of a description of known issues associated with the resource along with proposed solutions if available.DefaultServiceIdentification.getOperatedDatasets()Returns the reference(s) to the resource on which the service operates.DefaultServiceIdentification.getProfiles()Returns the profile(s) to which the service adheres.DefaultCoupledResource.getResourceReferences()Returns references to the resource on which the services operates.DefaultServiceIdentification.getServiceStandards()Returns the standard(s) to which the service adheres.Methods in org.apache.sis.metadata.iso.identification with parameters of type CitationModifier and TypeMethodDescriptionvoidDefaultAggregateInformation.setAggregateDataSetName(Citation newValue) Deprecated.As of ISO 19115:2014, replaced byDefaultAssociatedResource.setName(Citation).voidAbstractIdentification.setCitation(Citation newValue) Sets the citation for the resource(s).voidDefaultAssociatedResource.setMetadataReference(Citation newValue) Sets the reference to the metadata of the associated resource.voidSets citation information about the associated resource.voidDefaultKeywordClass.setOntology(Citation newValue) Sets a reference that binds the keyword class to a formal conceptualization of a knowledge domain.voidDefaultKeywords.setThesaurusName(Citation newValue) Sets the name of the formally registered thesaurus or a similar authoritative source of keywords.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type CitationModifier and TypeMethodDescriptionvoidDefaultUsage.setAdditionalDocumentation(Collection<? extends Citation> newValues) Sets the publications that describe usage of data.voidAbstractIdentification.setAdditionalDocumentations(Collection<? extends Citation> newValues) Sets other documentation associated with the resource.voidDefaultUsage.setIdentifiedIssues(Collection<? extends Citation> newValues) Sets a new citation of a description of known issues associated with the resource along with proposed solutions if available.voidDefaultServiceIdentification.setOperatedDatasets(Collection<? extends Citation> newValues) Sets the reference(s) to the resource on which the service operates.voidDefaultServiceIdentification.setProfiles(Collection<? extends Citation> newValues) Sets the profile(s) to which the service adheres.voidDefaultCoupledResource.setResourceReferences(Collection<? extends Citation> newValues) Sets references to the resource on which the services operates.voidDefaultServiceIdentification.setServiceStandards(Collection<? extends Citation> newValues) Sets the standard(s) to which the service adheres.Constructors in org.apache.sis.metadata.iso.identification with parameters of type CitationModifierConstructorDescriptionAbstractIdentification(Citation citation, CharSequence abstracts) Creates an identification initialized to the specified values.AbstractIdentification(Citation citation, CharSequence abstracts, TopicCategory topicCategory) Creates an identification initialized to the specified values.DefaultAssociatedResource(Citation name, AssociationType associationType) Constructs an associated resource initialized to the specified values.DefaultCoupledResource(ScopedName name, Citation reference, DataIdentification resource, DefaultOperationMetadata operation) Constructs a new coupled resource initialized to the specified values.DefaultDataIdentification(Citation citation, CharSequence abstracts, Locale language, TopicCategory topicCategory) Creates a data identification initialized to the specified values.DefaultKeywordClass(CharSequence className, Citation ontology) Creates keyword class initialized to the given key name and ontology.DefaultServiceIdentification(GenericName serviceType, Citation citation, CharSequence abstracts) Constructs a service identification initialized to the specified values. -
Uses of Citation in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return CitationModifier and TypeMethodDescriptionDefaultAlgorithm.getCitation()Returns the information identifying the algorithm and version or date.DefaultSource.getSourceCitation()Returns the recommended reference to be used for the source data.Methods in org.apache.sis.metadata.iso.lineage that return types with arguments of type CitationModifier and TypeMethodDescriptionDefaultLineage.getAdditionalDocumentation()Returns additional documentation.DefaultProcessing.getDocumentations()Returns the reference to documentation describing the processing.DefaultProcessStep.getReferences()Returns the process step documentation.DefaultProcessing.getSoftwareReferences()Returns the reference to document describing processing software.DefaultSource.getSourceMetadata()Returns the references to metadata for the source.Methods in org.apache.sis.metadata.iso.lineage with parameters of type CitationModifier and TypeMethodDescriptionvoidDefaultAlgorithm.setCitation(Citation newValue) Sets the information identifying the algorithm and version or date.voidDefaultSource.setSourceCitation(Citation newValue) Sets the recommended reference to be used for the source data.Method parameters in org.apache.sis.metadata.iso.lineage with type arguments of type CitationModifier and TypeMethodDescriptionvoidDefaultLineage.setAdditionalDocumentation(Collection<? extends Citation> newValues) Sets additional documentation.voidDefaultProcessing.setDocumentations(Collection<? extends Citation> newValues) Sets the reference to documentation describing the processing.voidDefaultProcessStep.setReferences(Collection<? extends Citation> newValues) Sets the process step documentation.voidDefaultProcessing.setSoftwareReferences(Collection<? extends Citation> newValues) Sets the reference to document describing processing software.voidDefaultSource.setSourceMetadata(Collection<? extends Citation> newValues) Sets the references to metadata for the source. -
Uses of Citation in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return CitationModifier and TypeMethodDescriptionDefaultSourceReference.getCitation()Returns the references to the source.AbstractElement.getEvaluationProcedure()Deprecated.Replaced byDefaultEvaluationMethod.getEvaluationProcedure().DefaultEvaluationMethod.getEvaluationProcedure()Returns the reference to the procedure information.DefaultEvaluationReportInformation.getReportReference()Returns the reference to the associated standalone quality report.DefaultConformanceResult.getSpecification()Returns the citation of product specification or user requirement against which data is being evaluated.Methods in org.apache.sis.metadata.iso.quality that return types with arguments of type CitationModifier and TypeMethodDescriptionDefaultEvaluationMethod.getReferenceDocuments()Returns information on documents which are referenced in developing and applying a data quality evaluation method.Methods in org.apache.sis.metadata.iso.quality with parameters of type CitationModifier and TypeMethodDescriptionvoidDefaultSourceReference.setCitation(Citation newValue) Sets the references to the source.voidAbstractElement.setEvaluationProcedure(Citation newValue) Deprecated.voidDefaultEvaluationMethod.setEvaluationProcedure(Citation newValue) Sets the reference to the procedure information.voidDefaultEvaluationReportInformation.setReportReference(Citation newValue) Sets the reference to the associated standalone quality report.voidDefaultConformanceResult.setSpecification(Citation newValue) Sets the citation of product specification or user requirement against which data is being evaluated.Method parameters in org.apache.sis.metadata.iso.quality with type arguments of type CitationModifier and TypeMethodDescriptionvoidDefaultEvaluationMethod.setReferenceDocuments(Collection<? extends Citation> newValues) Sets the information on documents referenced in data quality evaluation method.Constructors in org.apache.sis.metadata.iso.quality with parameters of type CitationModifierConstructorDescriptionDefaultConformanceResult(Citation specification, CharSequence explanation, boolean pass) Creates a conformance result initialized to the given values. -
Uses of Citation in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return types with arguments of type CitationModifier and TypeMethodDescriptionDefaultGeoreferenceable.getParameterCitations()Returns a reference providing description of the parameters.Method parameters in org.apache.sis.metadata.iso.spatial with type arguments of type CitationModifier and TypeMethodDescriptionvoidDefaultGeoreferenceable.setParameterCitations(Collection<? extends Citation> newValues) Sets a reference providing description of the parameters. -
Uses of Citation in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return CitationModifier and TypeMethodDescriptionImmutableIdentifier.getAuthority()The person or party responsible for maintenance of the namespace.Methods in org.apache.sis.referencing with parameters of type CitationModifier and TypeMethodDescriptionBuilder.addIdentifier(Citation authority, String identifier) Adds anIdentifiedObjectidentifier in an alternative namespace.Builder.addName(Citation authority, CharSequence name) Adds anIdentifiedObjectname in an alternative namespace.Builder.addNameAndIdentifier(Citation authority, IdentifiedObject object) Adds the non-deprecated names and identifiers from the given object for the specified authority.static IdentifierIdentifiedObjects.getIdentifier(IdentifiedObject object, Citation authority) Returns an identifier for the given object according the given authority.static StringIdentifiedObjects.getName(IdentifiedObject object, Citation authority) Returns an object name according the given authority.IdentifiedObjects.getNames(IdentifiedObject object, Citation authority) Returns every object names and aliases according the given authority.static StringIdentifiedObjects.lookupURN(IdentifiedObject object, Citation authority) Looks up a URN, such as"urn:ogc:def:crs:EPSG:9.1:4326", of the specified object.Builder.reidentify(Citation authority, String... replacements) Replaces the identifiers associated to the given authority by the given new identifiers.Builder.rename(Citation authority, CharSequence... replacements) Replaces the names associated to the given authority by the given new names.Builder.setCodeSpace(Citation authority, String codespace) Sets theIdentifierauthority and code space.Constructors in org.apache.sis.referencing with parameters of type CitationModifierConstructorDescriptionImmutableIdentifier(Citation authority, String codeSpace, String code) Creates a new identifier from the specified code and authority.ImmutableIdentifier(Citation authority, String codeSpace, String code, String version, InternationalString description) Creates a new identifier from the specified code and authority, with an optional version number and description.NamedIdentifier(Citation authority, CharSequence code) Constructs an identifier from an authority and code.NamedIdentifier(Citation authority, String codeSpace, CharSequence code, String version, InternationalString description) Constructs an identifier from an authority and localizable code, with an optional version number and description. -
Uses of Citation in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return CitationModifier and TypeMethodDescriptionCommonAuthorityFactory.getAuthority()Returns the specification that defines the codes recognized by this factory.ConcurrentAuthorityFactory.getAuthority()Returns the database or specification that defines the codes recognized by this factory.abstract CitationGeodeticAuthorityFactory.getAuthority()Returns the database or specification that defines the codes recognized by this factory.MultiAuthoritiesFactory.getAuthority()Returns the database or specification that defines the codes recognized by this factory. -
Uses of Citation in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return CitationModifier and TypeMethodDescriptionEPSGDataAccess.getAuthority()Returns the authority for this EPSG dataset. -
Uses of Citation in org.apache.sis.referencing.operation
Methods in org.apache.sis.referencing.operation that return CitationModifier and TypeMethodDescriptionDefaultFormula.getCitation()Returns the reference to a publication giving the formula(s) or procedure used by the coordinate operation method, ornullif none.Constructors in org.apache.sis.referencing.operation with parameters of type CitationModifierConstructorDescriptionDefaultFormula(Citation citation) Creates a new formula from the given citation. -
Uses of Citation in org.apache.sis.util.iso
Methods in org.apache.sis.util.iso that return Citation -
Uses of Citation in org.apache.sis.xml
Subinterfaces of Citation in org.apache.sis.xmlModifier and TypeInterfaceDescriptioninterfaceSome identifier namespaces that are handled in a special way.Subinterfaces with type arguments of type Citation in org.apache.sis.xmlModifier and TypeInterfaceDescriptioninterfaceA map view of some or all identifiers in an identified object. -
Uses of Citation in org.opengis.metadata
Methods in org.opengis.metadata that return CitationModifier and TypeMethodDescriptionIdentifier.getAuthority()Organization or party responsible for definition and maintenance of the code.ApplicationSchemaInformation.getName()Name of the application schema used.Methods in org.opengis.metadata that return types with arguments of type CitationModifier and TypeMethodDescriptionCollection<? 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 CitationModifier and TypeMethodDescriptionOperation.getCitation()Identification of the mission.Plan.getCitation()Identification of authority requesting target collection.Platform.getCitation()Source where information about the platform is described.Requirement.getCitation()Identification of reference or guidance material for the requirement.Methods in org.opengis.metadata.acquisition that return types with arguments of type CitationModifier and TypeMethodDescriptionCollection<? 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 CitationModifier and TypeMethodDescriptionCollection<? 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 CitationModifier and TypeMethodDescriptionAggregateInformation.getAggregateDataSetName()Citation information about the aggregate dataset.Identification.getCitation()Citation data for the resource(s).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 CitationModifier and TypeMethodDescriptionAlgorithm.getCitation()Information identifying the algorithm and version or date.Source.getSourceCitation()Recommended reference to be used for the source data.Methods in org.opengis.metadata.lineage that return types with arguments of type CitationModifier and TypeMethodDescriptionCollection<? extends Citation> Processing.getDocumentations()Reference to documentation describing the processing.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 CitationModifier and TypeMethodDescriptionElement.getEvaluationProcedure()Reference to the procedure information, ornullif none.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 CitationModifier and TypeMethodDescriptionCollection<? extends Citation> Georeferenceable.getParameterCitations()Reference providing description of the parameters. -
Uses of Citation in org.opengis.referencing
Methods in org.opengis.referencing that return CitationModifier and TypeMethodDescriptionAuthorityFactory.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 CitationModifier and TypeMethodDescriptionFormula.getCitation()Reference to a publication giving the formula(s) or procedure used by the coordinate operation method. -
Uses of Citation in org.opengis.util
Methods in org.opengis.util that return Citation
DefaultAssociatedResource.getName().