Uses of Interface
org.geotools.api.metadata.citation.Citation
-
-
Uses of Citation in org.geotools.api.metadata
Methods in org.geotools.api.metadata that return Citation Modifier and Type Method Description Citation
Identifier. 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 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.geotools.api.referencing
Methods in org.geotools.api.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.Citation
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 Citation Modifier and Type Method Description Citation
IdentifierImpl. getAuthority()
Organization or party responsible for definition and maintenance of the code.Methods in org.geotools.metadata.iso with parameters of type Citation Modifier and Type Method Description void
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 Citation Constructor Description IdentifierImpl(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 Citation Modifier and Type Class Description class
CitationImpl
Standardized resource reference.Fields in org.geotools.metadata.iso.citation declared as Citation Modifier and Type Field Description static Citation
Citations. AUTO
The WMS 1.1.1 "Automatic Projections" authority.static Citation
Citations. AUTO2
The WMS 1.3.0 "Automatic Projections" authority.static Citation
Citations. CRS
The WMS 1.3.0 "CRS" authority.static Citation
Citations. EPSG
The European Petroleum Survey Group authority.static Citation
Citations. ESRI
The ESRI organisation.static Citation
Citations. GEOTIFF
The GeoTIFF specification.static Citation
Citations. GEOTOOLS
The Geotools project.static Citation
Citations. HTTP_OGC
URL in the OGC namespace.static Citation
Citations. HTTP_URI_OGC
HTTP URI in the OGC namespace.static Citation
Citations. IAU
The IAU organisation.static Citation
Citations. JAI
The Java Advanced Imaging library.static Citation
Citations. OGC
The Open Geospatial consortium organisation.static Citation
Citations. OPEN_GIS
The OpenGIS consortium organisation.static Citation
Citations. ORACLE
The Oracle organisation.static Citation
Citations. POSTGIS
The PostGIS project.static Citation
Citations. URN_OGC
URN in the OGC namespace.static Citation
Citations. WMS
The Web Map Service specification.Methods in org.geotools.metadata.iso.citation that return Citation Modifier and Type Method Description static Citation
Citations. fromName(String title)
Returns a citation of the given name.Methods in org.geotools.metadata.iso.citation with parameters of type Citation Modifier and Type Method Description static 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 Citation Constructor Description CitationImpl(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 Citation Modifier and Type Method Description Citation
ElementImpl. getEvaluationProcedure()
Returns the reference to the procedure information, ornull
if none.Citation
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 Citation Modifier and Type Method Description void
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 Citation Constructor Description ConformanceResultImpl(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 Citation Constructor Description DefaultParameterDescriptor(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 Citation Modifier and Type Method Description Citation
NamedIdentifier. getAuthority()
Organization or party responsible for definition and maintenance of the code.Methods in org.geotools.referencing with parameters of type Citation Modifier and Type Method Description ReferenceIdentifier
AbstractIdentifiedObject. 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.String
AbstractIdentifiedObject. getName(Citation 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.static Map<String,Object>
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 Citation Constructor Description NamedIdentifier(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 Citation Modifier and Type Method Description protected 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 Citation Modifier and Type Method Description Citation
EPSGCRSAuthorityFactory. getAuthority()
Citation
EPSGCRSAuthorityFactory. getVendor()
-
Uses of Citation in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return Citation Modifier and Type Method Description abstract 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()
Citation
AbstractEpsgMediator. getAuthority()
Citation
AuthorityFactoryAdapter. getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.Citation
BufferedAuthorityFactory. getAuthority()
Returns the organization or party responsible for definition and maintenance of the underlying database.Citation
CachedAuthorityDecorator. getAuthority()
Citation
CachedCRSAuthorityDecorator. getAuthority()
Citation
HTTP_AuthorityFactory. getAuthority()
Returns the authority, which contains the"http://www.opengis.net"
identifier.Citation
HTTP_URI_AuthorityFactory. getAuthority()
protected Citation
IdentifiedObjectFinder. getAuthority()
The Authority for this Finder; used during get Identifier.Citation
ManyAuthoritiesFactory. getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.Citation
PropertyAuthorityFactory. getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.Citation
PropertyCoordinateOperationAuthorityFactory. getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.Citation
ThreadedAuthorityFactory. getAuthority()
Returns the organization or party responsible for definition and maintenance of the underlying database.Citation
URN_AuthorityFactory. getAuthority()
Citation
AuthorityFactoryAdapter. getVendor()
Returns the vendor responsible for creating this factory implementation.Citation
BufferedAuthorityFactory. getVendor()
Returns the vendor responsible for creating the underlying factory implementation.Citation
ManyAuthoritiesFactory. getVendor()
Returns the vendor responsible for creating this factory implementation.Citation
ReferencingFactory. getVendor()
Returns the vendor responsible for creating this factory implementation.Citation
ThreadedAuthorityFactory. getVendor()
Returns the vendor responsible for creating the underlying factory implementation.Constructors in org.geotools.referencing.factory with parameters of type Citation Constructor Description PropertyAuthorityFactory(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 Citation Modifier and Type Field Description protected Citation
CoordinateOperationFactoryUsingWKT. authority
The authority.Methods in org.geotools.referencing.factory.epsg that return Citation Modifier and Type Method Description protected Citation[]
FactoryUsingWKT. getAuthorities()
Returns the set of authorities to use as identifiers for the CRS to be created.Citation
AbstractEpsgFactory. getAuthority()
Returns the authority for this EPSG database.Citation
CartesianAuthorityFactory. getAuthority()
Citation
CoordinateOperationFactoryUsingWKT. getAuthority()
Citation
DirectEpsgFactory. getAuthority()
Returns the authority for this EPSG database.Citation
FactoryUsingWKT. getAuthority()
Returns the authority.Citation
LongitudeFirstEpsgDecorator. getAuthority()
Returns the authority for this EPSG database.Citation
LongitudeFirstFactory. getAuthority()
Returns the authority for this EPSG database.Citation
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 Modifier and Type Method Description Citation
ClasspathGridShiftLocator. getVendor()
-
Uses of Citation in org.geotools.referencing.factory.wms
Methods in org.geotools.referencing.factory.wms that return Citation Modifier and Type Method Description Citation
AutoCRSFactory. getAuthority()
Returns the authority for this factory.Citation
OGCAPICRSFactory. getAuthority()
Citation
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 Citation Modifier and Type Method Description protected Citation[]
IAUAuthorityFactory. getAuthorities()
Returns the set of authorities to use as identifiers for the CRS to be created.Citation
IAULongitudeFirstFactory. getAuthority()
-
Uses of Citation in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that return Citation Modifier and Type Method Description Citation
DefaultMathTransformFactory. getVendor()
Returns the vendor responsible for creating this factory implementation. -
Uses of Citation in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt that return Citation Modifier and Type Method Description Citation
AbstractParser. getAuthority()
Returns the preferred authority for formatting WKT entities.Citation
Formatter. getAuthority()
Methods in org.geotools.referencing.wkt with parameters of type Citation Modifier and Type Method Description void
AbstractParser. setAuthority(Citation authority)
Set the preferred authority for formatting WKT entities.void
Formatter. setAuthority(Citation authority)
String
Formattable. toWKT(Citation authority, int indentation)
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 Modifier and Type Method Description static String
ObjectCaches. toKey(Citation citation, String code)
Produce a good key based on the privided citaiton and code.static Object
ObjectCaches. toKey(Citation citation, String code1, String code2)
Produce a good key based on a pair of codes.
-