Modifier and Type | Method and Description |
---|---|
Citation |
IdentifierImpl.getAuthority()
Organization or party responsible for definition and maintenance of the code.
|
Citation |
ApplicationSchemaInformationImpl.getName()
Name of the application schema used.
|
Modifier and Type | Method and Description |
---|---|
Collection<Citation> |
FeatureCatalogueDescriptionImpl.getFeatureCatalogueCitations()
Returns the Complete bibliographic reference to one or more external feature catalogues.
|
Collection<Citation> |
PortrayalCatalogueReferenceImpl.getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentifierImpl.setAuthority(Citation newValue)
Set the organization or party responsible for definition and maintenance of the code.
|
void |
ApplicationSchemaInformationImpl.setName(Citation newValue)
Set the name of the application schema used.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureCatalogueDescriptionImpl.setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues.
|
void |
PortrayalCatalogueReferenceImpl.setPortrayalCatalogueCitations(Collection<? extends Citation> newValues)
Set bibliographic reference to the portrayal catalogue cited.
|
Constructor and Description |
---|
ApplicationSchemaInformationImpl(Citation name,
String schemaLanguage,
String constraintLanguage)
Creates a application schema information initialized to the specified values.
|
IdentifierImpl(Citation authority,
String code)
Creates an identifier initialized to the given authority and code.
|
Constructor and Description |
---|
PortrayalCatalogueReferenceImpl(Collection<Citation> portrayalCatalogueCitations)
Creates a portrayal catalogue reference initialized to the given values.
|
Modifier and Type | Class and Description |
---|---|
class |
CitationImpl
Standardized resource reference.
|
Modifier and Type | Field and 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.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.
|
Modifier and Type | Method and Description |
---|---|
static Citation |
Citations.fromName(String title)
Returns a citation of the given name.
|
Modifier and Type | Method and 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 c1,
Citation c2)
|
static boolean |
Citations.identifierMatches(Citation citation,
String identifier)
Returns
true if any identifiers in the given
citation matches the given string. |
static boolean |
Citations.titleMatches(Citation c1,
Citation c2)
Returns
true if at least one title or alternate title in c1 is equals to a title or alternate
title in c2 . |
static boolean |
Citations.titleMatches(Citation citation,
String title)
|
Constructor and Description |
---|
CitationImpl(Citation source)
Constructs a new citation initialized to the values specified by the given object.
|
Modifier and Type | Method and Description |
---|---|
Collection<Citation> |
FeatureCatalogueDescriptionImpl.getFeatureCatalogueCitations()
Returns the Complete bibliographic reference to one or more external feature catalogues.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureCatalogueDescriptionImpl.setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
Returns the Complete bibliographic reference to one or more external feature catalogues.
|
Modifier and Type | Method and Description |
---|---|
Citation |
IdentificationImpl.getCitation()
Citation data for the resource(s).
|
Citation |
KeywordsImpl.getThesaurusName()
Name of the formally registered thesaurus or a similar authoritative source of keywords.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentificationImpl.setCitation(Citation newValue)
Set the citation data for the resource(s).
|
void |
KeywordsImpl.setThesaurusName(Citation newValue)
Set the name of the formally registered thesaurus or a similar authoritative source of
keywords.
|
Constructor and Description |
---|
DataIdentificationImpl(Citation citation,
InternationalString abstracts,
Collection<? extends Locale> language,
Collection<? extends TopicCategory> topicCategories)
Creates a data identification initialized to the specified values.
|
IdentificationImpl(Citation citation,
InternationalString abstracts)
Creates an identification initialized to the specified values.
|
Modifier and Type | Method and Description |
---|---|
Citation |
SourceImpl.getSourceCitation()
Returns the recommended reference to be used for the source data.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceImpl.setSourceCitation(Citation newValue)
Set the recommended reference to be used for the source data.
|
Modifier and Type | Method and Description |
---|---|
Citation |
ElementImpl.getEvaluationProcedure()
Returns the reference to the procedure information, or
null if none. |
Citation |
ConformanceResultImpl.getSpecification()
Citation of product specification or user requirement against which data is being evaluated.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ConformanceResultImpl(Citation specification,
InternationalString explanation,
boolean pass)
Creates a conformance result initialized to the given values.
|
Modifier and Type | Method and Description |
---|---|
Collection<Citation> |
GeoreferenceableImpl.getParameterCitation()
Reference providing description of the parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoreferenceableImpl.setParameterCitation(Collection<? extends Citation> newValues)
Set reference providing description of the parameters.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Citation |
NamedIdentifier.getAuthority()
Organization or party responsible for definition and maintenance of the code.
|
Modifier and Type | Method and 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).
|
Constructor and Description |
---|
NamedIdentifier(Citation authority,
InternationalString code)
Constructs an identifier from an authority and code informations.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Citation[] |
EsriExtension.getAuthorities()
Returns the set of authorities to use as identifiers for the CRS to be created.
|
Modifier and Type | Method and Description |
---|---|
Citation |
EPSGCRSAuthorityFactory.getAuthority() |
Citation |
EPSGCRSAuthorityFactory.getVendor() |
Modifier and Type | Method and Description |
---|---|
abstract Citation |
AbstractCachedAuthorityFactory.getAuthority() |
protected Citation |
IdentifiedObjectFinder.getAuthority()
The Authority for this Finder; used during get Identifier.
|
Citation |
CachedAuthorityDecorator.getAuthority() |
abstract Citation |
Abstract_URI_AuthorityFactory.getAuthority() |
Citation |
PropertyCoordinateOperationAuthorityFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.
|
Citation |
AbstractEpsgMediator.getAuthority() |
abstract Citation |
AbstractAuthorityMediator.getAuthority()
The authority body of the objects this factory provides.
|
Citation |
HTTP_URI_AuthorityFactory.getAuthority() |
Citation |
AuthorityFactoryAdapter.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 |
PropertyAuthorityFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.
|
Citation |
URN_AuthorityFactory.getAuthority() |
Citation |
ManyAuthoritiesFactory.getAuthority()
Returns the organization or party responsible for definition and maintenance of the database.
|
Citation |
HTTP_AuthorityFactory.getAuthority()
Returns the authority, which contains the
"http://www.opengis.net" identifier. |
abstract Citation |
AbstractAuthorityFactory.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 |
CachedCRSAuthorityDecorator.getAuthority() |
Citation |
AuthorityFactoryAdapter.getVendor()
Returns the vendor responsible for creating this factory implementation.
|
Citation |
ThreadedAuthorityFactory.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 |
BufferedAuthorityFactory.getVendor()
Returns the vendor responsible for creating the underlying factory implementation.
|
Constructor and 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.
|
Modifier and Type | Field and Description |
---|---|
protected Citation |
CoordinateOperationFactoryUsingWKT.authority
The authority.
|
Modifier and Type | Method and Description |
---|---|
protected Citation[] |
FactoryUsingWKT.getAuthorities()
Returns the set of authorities to use as identifiers for the CRS to be created.
|
Citation |
DirectEpsgFactory.getAuthority()
Returns the authority for this EPSG database.
|
Citation |
AbstractEpsgFactory.getAuthority()
Returns the authority for this EPSG database.
|
Citation |
CoordinateOperationFactoryUsingWKT.getAuthority() |
Citation |
ThreadedEpsgFactory.getAuthority()
Returns the authority for this EPSG database.
|
Citation |
LongitudeFirstFactory.getAuthority()
Returns the authority for this EPSG database.
|
Citation |
CartesianAuthorityFactory.getAuthority() |
Citation |
FactoryUsingWKT.getAuthority()
Returns the authority.
|
Citation |
LongitudeFirstEpsgDecorator.getAuthority()
Returns the authority for this EPSG database.
|
Modifier and Type | Method and Description |
---|---|
Citation |
ClasspathGridShiftLocator.getVendor() |
Modifier and Type | Method and Description |
---|---|
Citation |
WebCRSFactory.getAuthority()
Returns the authority for this factory, which is
CRS . |
Citation |
AutoCRSFactory.getAuthority()
Returns the authority for this factory.
|
Modifier and Type | Method and Description |
---|---|
Citation |
DefaultMathTransformFactory.getVendor()
Returns the vendor responsible for creating this factory implementation.
|
Modifier and Type | Method and Description |
---|---|
Citation |
Formatter.getAuthority() |
Citation |
AbstractParser.getAuthority()
Returns the preferred authority for formatting WKT entities.
|
Modifier and Type | Method and Description |
---|---|
void |
Formatter.setAuthority(Citation authority) |
void |
AbstractParser.setAuthority(Citation authority)
Set the preferred authority for formatting WKT entities.
|
String |
Formattable.toWKT(Citation authority,
int indentation)
Returns a Well
Known Text (WKT) for this object using the specified indentation and authority.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Citation |
Identifier.getAuthority()
Organization or party responsible for definition and maintenance of the code.
|
Citation |
ApplicationSchemaInformation.getName()
Name of the application schema used.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Citation> |
PortrayalCatalogueReference.getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Citation> |
FeatureCatalogueDescription.getFeatureCatalogueCitations()
Complete bibliographic reference to one or more external feature catalogues.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Citation |
Source.getSourceCitation()
Recommended reference to be used for the source data.
|
Modifier and Type | Method and Description |
---|---|
Citation |
Element.getEvaluationProcedure()
Reference to the procedure information, or
null if none. |
Citation |
ConformanceResult.getSpecification()
Citation of product specification or user requirement against which data is being evaluated.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Citation> |
Georeferenceable.getParameterCitation()
Reference providing description of the parameters.
|
Modifier and Type | Method and 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.
|
Copyright © 1996–2022 Geotools. All rights reserved.