Uses of Interface
org.geotools.api.metadata.citation.Citation
Packages that use Citation
Package
Description
The following is adapted from OpenGIS® Metadata (Topic 11)
specification.
Citation implementation.
Parameter implementation.
Reference systems implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Provides coordinate reference systems specified in the Web Map Service
specification (ISO 19128).
Coordinate operation implementation.
Well
Known Text (WKT) parsing and formatting.
Contains utilities and addition to the collection framework.
-
Uses of Citation in org.geotools.api.metadata
Methods in org.geotools.api.metadata that return CitationModifier and TypeMethodDescriptionIdentifier.getAuthority()
Organization or party responsible for definition and maintenance of the code. -
Uses of Citation in org.geotools.api.metadata.quality
Methods in org.geotools.api.metadata.quality that return CitationModifier and TypeMethodDescriptionElement.getEvaluationProcedure()
Reference to the procedure information, ornull
if none.ConformanceResult.getSpecification()
Citation of product specification or user requirement against which data is being evaluated. -
Uses of Citation in org.geotools.api.referencing
Methods in org.geotools.api.referencing that return CitationModifier and TypeMethodDescriptionAuthorityFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.Factory.getVendor()
Returns the vendor responsible for creating this factory implementation. -
Uses of Citation in org.geotools.metadata.iso
Methods in org.geotools.metadata.iso that return CitationModifier and TypeMethodDescriptionIdentifierImpl.getAuthority()
Organization or party responsible for definition and maintenance of the code.Methods in org.geotools.metadata.iso with parameters of type CitationModifier and TypeMethodDescriptionvoid
IdentifierImpl.setAuthority
(Citation newValue) Set the organization or party responsible for definition and maintenance of the code.Constructors in org.geotools.metadata.iso with parameters of type CitationModifierConstructorDescriptionIdentifierImpl
(Citation authority, String code) Creates an identifier initialized to the given authority and code. -
Uses of Citation in org.geotools.metadata.iso.citation
Classes in org.geotools.metadata.iso.citation that implement CitationFields in org.geotools.metadata.iso.citation declared as CitationModifier and TypeFieldDescriptionstatic final Citation
Citations.AUTO
The WMS 1.1.1 "Automatic Projections" authority.static final Citation
Citations.AUTO2
The WMS 1.3.0 "Automatic Projections" authority.static final Citation
Citations.CRS
The WMS 1.3.0 "CRS" authority.static final Citation
Citations.EPSG
The European Petroleum Survey Group authority.static final Citation
Citations.ESRI
The ESRI organisation.static final Citation
Citations.GEOTIFF
The GeoTIFF specification.static final Citation
Citations.GEOTOOLS
The Geotools project.static final Citation
Citations.HTTP_OGC
URL in the OGC namespace.static final Citation
Citations.HTTP_URI_OGC
HTTP URI in the OGC namespace.static final Citation
Citations.IAU
The IAU organisation.static final Citation
Citations.JAI
The Java Advanced Imaging library.static final Citation
Citations.OGC
The Open Geospatial consortium organisation.static final Citation
Citations.OPEN_GIS
The OpenGIS consortium organisation.static final Citation
Citations.ORACLE
The Oracle organisation.static final Citation
Citations.POSTGIS
The PostGIS project.static final Citation
Citations.PROJ
The PROJ project.static final Citation
Citations.URN_OGC
URN in the OGC namespace.static final Citation
Citations.WMS
The Web Map Service specification.Methods in org.geotools.metadata.iso.citation that return CitationMethods in org.geotools.metadata.iso.citation with parameters of type CitationModifier and TypeMethodDescriptionstatic String
Citations.getIdentifier
(Citation citation) Returns the shortest identifier for the specified citation, or the title if there is no identifier.static boolean
Citations.identifierMatches
(Citation citation, String identifier) Returnstrue
if any identifiers in the given citation matches the given string.static boolean
Citations.identifierMatches
(Citation c1, Citation c2) static boolean
Citations.titleMatches
(Citation citation, String title) static boolean
Citations.titleMatches
(Citation c1, Citation c2) Returnstrue
if at least one title or alternate title inc1
is equals to a title or alternate title inc2
.Constructors in org.geotools.metadata.iso.citation with parameters of type CitationModifierConstructorDescriptionCitationImpl
(Citation source) Constructs a new citation initialized to the values specified by the given object. -
Uses of Citation in org.geotools.metadata.iso.quality
Methods in org.geotools.metadata.iso.quality that return CitationModifier and TypeMethodDescriptionElementImpl.getEvaluationProcedure()
Returns the reference to the procedure information, ornull
if none.ConformanceResultImpl.getSpecification()
Citation of product specification or user requirement against which data is being evaluated.Methods in org.geotools.metadata.iso.quality with parameters of type CitationModifier and TypeMethodDescriptionvoid
ElementImpl.setEvaluationProcedure
(Citation newValue) Set the reference to the procedure information.void
ConformanceResultImpl.setSpecification
(Citation newValue) Set the citation of product specification or user requirement against which data is being evaluated.Constructors in org.geotools.metadata.iso.quality with parameters of type CitationModifierConstructorDescriptionConformanceResultImpl
(Citation specification, InternationalString explanation, boolean pass) Creates a conformance result initialized to the given values. -
Uses of Citation in org.geotools.parameter
Constructors in org.geotools.parameter with parameters of type CitationModifierConstructorDescriptionDefaultParameterDescriptor
(Citation authority, String name, Class<T> valueClass, T[] validValues, T defaultValue, Comparable<T> minimum, Comparable<T> maximum, Unit<?> unit, boolean required) Constructs a parameter from an authority and a name.DefaultParameterDescriptorGroup
(Citation authority, String name, GeneralParameterDescriptor... parameters) Constructs a parameter group from a name and an authority. -
Uses of Citation in org.geotools.referencing
Methods in org.geotools.referencing that return CitationModifier and TypeMethodDescriptionNamedIdentifier.getAuthority()
Organization or party responsible for definition and maintenance of the code.Methods in org.geotools.referencing with parameters of type CitationModifier and TypeMethodDescriptionAbstractIdentifiedObject.getIdentifier
(Citation authority) Returns an identifier according the given authority.static ReferenceIdentifier
AbstractIdentifiedObject.getIdentifier
(IdentifiedObject info, Citation authority) Returns an identifier according the given authority.Returns this object's name according the given authority.static String
AbstractIdentifiedObject.getName
(IdentifiedObject info, Citation authority) Returns an object's name according the given authority.AbstractIdentifiedObject.getProperties
(IdentifiedObject info, Citation authority) Returns the properties to be given to an identified object derived from the specified one.static String
CRS.lookupIdentifier
(Citation authority, CoordinateReferenceSystem crs, boolean fullScan) Looks up an identifier of the specified authority for the given coordinate reference system).Constructors in org.geotools.referencing with parameters of type CitationModifierConstructorDescriptionNamedIdentifier
(Citation authority, String code) Constructs an identifier from an authority and code informations.NamedIdentifier
(Citation authority, String code, String version) Constructs an identifier from an authority and code informations.NamedIdentifier
(Citation authority, InternationalString code) Constructs an identifier from an authority and code informations. -
Uses of Citation in org.geotools.referencing.epsg.esri
Methods in org.geotools.referencing.epsg.esri that return CitationModifier and TypeMethodDescriptionprotected Citation[]
EsriExtension.getAuthorities()
Returns the set of authorities to use as identifiers for the CRS to be created. -
Uses of Citation in org.geotools.referencing.epsg.wkt
Methods in org.geotools.referencing.epsg.wkt that return CitationModifier and TypeMethodDescriptionEPSGCRSAuthorityFactory.getAuthority()
EPSGCRSAuthorityFactory.getVendor()
-
Uses of Citation in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CitationModifier and TypeMethodDescriptionabstract Citation
Abstract_URI_AuthorityFactory.getAuthority()
abstract Citation
AbstractAuthorityFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.abstract Citation
AbstractAuthorityMediator.getAuthority()
The authority body of the objects this factory provides.abstract Citation
AbstractCachedAuthorityFactory.getAuthority()
AbstractEpsgMediator.getAuthority()
AuthorityFactoryAdapter.getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.BufferedAuthorityFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the underlying database.CachedAuthorityDecorator.getAuthority()
CachedCRSAuthorityDecorator.getAuthority()
HTTP_AuthorityFactory.getAuthority()
Returns the authority, which contains the"http://www.opengis.net"
identifier.HTTP_URI_AuthorityFactory.getAuthority()
protected Citation
IdentifiedObjectFinder.getAuthority()
The Authority for this Finder; used during get Identifier.ManyAuthoritiesFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.PropertyAuthorityFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.PropertyCoordinateOperationAuthorityFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.ThreadedAuthorityFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the underlying database.URN_AuthorityFactory.getAuthority()
AuthorityFactoryAdapter.getVendor()
Returns the vendor responsible for creating this factory implementation.BufferedAuthorityFactory.getVendor()
Returns the vendor responsible for creating the underlying factory implementation.ManyAuthoritiesFactory.getVendor()
Returns the vendor responsible for creating this factory implementation.ReferencingFactory.getVendor()
Returns the vendor responsible for creating this factory implementation.ThreadedAuthorityFactory.getVendor()
Returns the vendor responsible for creating the underlying factory implementation.Constructors in org.geotools.referencing.factory with parameters of type CitationModifierConstructorDescriptionPropertyAuthorityFactory
(ReferencingFactoryContainer factories, Citation[] authorities, URL definitions) Creates a factory for the specified authorities from the specified file.PropertyAuthorityFactory
(ReferencingFactoryContainer factories, Citation authority, URL definitions) Creates a factory for the specified authority from the specified file.PropertyCoordinateOperationAuthorityFactory
(ReferencingFactoryContainer factories, Citation authority, URL definitions) Creates a factory for the specified authority from the specified file. -
Uses of Citation in org.geotools.referencing.factory.epsg
Fields in org.geotools.referencing.factory.epsg declared as CitationModifier and TypeFieldDescriptionprotected Citation
CoordinateOperationFactoryUsingWKT.authority
The authority.Methods in org.geotools.referencing.factory.epsg that return CitationModifier and TypeMethodDescriptionprotected Citation[]
FactoryUsingWKT.getAuthorities()
Returns the set of authorities to use as identifiers for the CRS to be created.AbstractEpsgFactory.getAuthority()
Returns the authority for this EPSG database.CartesianAuthorityFactory.getAuthority()
CoordinateOperationFactoryUsingWKT.getAuthority()
DirectEpsgFactory.getAuthority()
Returns the authority for this EPSG database.FactoryUsingWKT.getAuthority()
Returns the authority.LongitudeFirstEpsgDecorator.getAuthority()
Returns the authority for this EPSG database.LongitudeFirstFactory.getAuthority()
Returns the authority for this EPSG database.ThreadedEpsgFactory.getAuthority()
Returns the authority for this EPSG database. -
Uses of Citation in org.geotools.referencing.factory.gridshift
Methods in org.geotools.referencing.factory.gridshift that return Citation -
Uses of Citation in org.geotools.referencing.factory.wms
Methods in org.geotools.referencing.factory.wms that return CitationModifier and TypeMethodDescriptionAutoCRSFactory.getAuthority()
Returns the authority for this factory.OGCAPICRSFactory.getAuthority()
WebCRSFactory.getAuthority()
Returns the authority for this factory, which isCRS
. -
Uses of Citation in org.geotools.referencing.iau
Methods in org.geotools.referencing.iau that return CitationModifier and TypeMethodDescriptionprotected Citation[]
IAUAuthorityFactory.getAuthorities()
Returns the set of authorities to use as identifiers for the CRS to be created.IAULongitudeFirstFactory.getAuthority()
-
Uses of Citation in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that return Citation -
Uses of Citation in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt that return CitationModifier and TypeMethodDescriptionAbstractParser.getAuthority()
Returns the preferred authority for formatting WKT entities.Formatter.getAuthority()
Methods in org.geotools.referencing.wkt with parameters of type CitationModifier and TypeMethodDescriptionvoid
AbstractParser.setAuthority
(Citation authority) Set the preferred authority for formatting WKT entities.void
Formatter.setAuthority
(Citation authority) Returns a Well Known Text (WKT) for this object using the specified indentation and authority. -
Uses of Citation in org.geotools.util
Methods in org.geotools.util with parameters of type Citation