Uses of Interface
org.opengis.metadata.citation.Citation

Packages that use Citation
org.geotools.metadata.iso Metadata implementation. 
org.geotools.metadata.iso.citation Citation implementation. 
org.geotools.metadata.iso.content Content information implementation. 
org.geotools.metadata.iso.identification Identification implementation. 
org.geotools.metadata.iso.lineage Lineage implementation. 
org.geotools.metadata.iso.quality Data quality implementation. 
org.geotools.metadata.iso.spatial Spatial representation implementation. 
org.geotools.parameter Parameter implementation. 
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.factory.epsg Authority factories for the EPSG database. 
org.geotools.referencing.factory.gridshift   
org.geotools.referencing.factory.wms Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128). 
org.geotools.referencing.operation Coordinate operation implementation. 
org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. 
org.geotools.util Contains utilities and addition to the collection framework. 
org.opengis.metadata Root package for metadata
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 Data quality and positional accuracy
org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). 
org.opengis.referencing Reference systems
 

Uses of Citation in org.geotools.metadata.iso
 

Methods in org.geotools.metadata.iso that return Citation
 Citation IdentifierImpl.getAuthority()
          Organization or party responsible for definition and maintenance of the code.
 Citation ApplicationSchemaInformationImpl.getName()
          Name of the application schema used.
 

Methods in org.geotools.metadata.iso that return types with arguments of type Citation
 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.
 

Methods in org.geotools.metadata.iso with parameters of type Citation
 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.
 

Method parameters in org.geotools.metadata.iso with type arguments of type Citation
 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.
 

Constructors in org.geotools.metadata.iso with parameters of type Citation
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 parameters in org.geotools.metadata.iso with type arguments of type Citation
PortrayalCatalogueReferenceImpl(Collection<Citation> portrayalCatalogueCitations)
          Creates a portrayal catalogue reference initialized to the given values.
 

Uses of Citation in org.geotools.metadata.iso.citation
 

Classes in org.geotools.metadata.iso.citation that implement Citation
 class CitationImpl
          Standardized resource reference.
 

Fields in org.geotools.metadata.iso.citation declared as Citation
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.
 

Methods in org.geotools.metadata.iso.citation that return Citation
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
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)
          Returns true if at least one identifier in c1 is equals to an identifier in 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)
          Returns true if the title or any alternate title in the given citation matches the given string.
 

Constructors in org.geotools.metadata.iso.citation with parameters of type Citation
CitationImpl(Citation source)
          Constructs a new citation initialized to the values specified by the given object.
 

Uses of Citation in org.geotools.metadata.iso.content
 

Methods in org.geotools.metadata.iso.content that return types with arguments of type Citation
 Collection<Citation> FeatureCatalogueDescriptionImpl.getFeatureCatalogueCitations()
          Returns the Complete bibliographic reference to one or more external feature catalogues.
 

Method parameters in org.geotools.metadata.iso.content with type arguments of type Citation
 void FeatureCatalogueDescriptionImpl.setFeatureCatalogueCitations(Collection<? extends Citation> newValues)
          Returns the Complete bibliographic reference to one or more external feature catalogues.
 

Uses of Citation in org.geotools.metadata.iso.identification
 

Methods in org.geotools.metadata.iso.identification that return Citation
 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.
 

Methods in org.geotools.metadata.iso.identification with parameters of type Citation
 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.
 

Constructors in org.geotools.metadata.iso.identification with parameters of type Citation
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.
 

Uses of Citation in org.geotools.metadata.iso.lineage
 

Methods in org.geotools.metadata.iso.lineage that return Citation
 Citation SourceImpl.getSourceCitation()
          Returns the recommended reference to be used for the source data.
 

Methods in org.geotools.metadata.iso.lineage with parameters of type Citation
 void SourceImpl.setSourceCitation(Citation newValue)
          Set the recommended reference to be used for the source data.
 

Uses of Citation in org.geotools.metadata.iso.quality
 

Methods in org.geotools.metadata.iso.quality that return Citation
 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.
 

Methods in org.geotools.metadata.iso.quality with parameters of type Citation
 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
ConformanceResultImpl(Citation specification, InternationalString explanation, boolean pass)
          Creates a conformance result initialized to the given values.
 

Uses of Citation in org.geotools.metadata.iso.spatial
 

Methods in org.geotools.metadata.iso.spatial that return types with arguments of type Citation
 Collection<Citation> GeoreferenceableImpl.getParameterCitation()
          Reference providing description of the parameters.
 

Method parameters in org.geotools.metadata.iso.spatial with type arguments of type Citation
 void GeoreferenceableImpl.setParameterCitation(Collection<? extends Citation> newValues)
          Set reference providing description of the parameters.
 

Uses of Citation in org.geotools.parameter
 

Constructors in org.geotools.parameter with parameters of type Citation
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
 Citation NamedIdentifier.getAuthority()
          Organization or party responsible for definition and maintenance of the code.
 

Methods in org.geotools.referencing with parameters of type Citation
 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
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.
 

Uses of Citation in org.geotools.referencing.crs
 

Methods in org.geotools.referencing.crs that return Citation
 Citation EPSGCRSAuthorityFactory.getAuthority()
          Deprecated.  
 Citation EPSGCRSAuthorityFactory.getVendor()
          Deprecated.  
 

Uses of Citation in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return Citation
 Citation ManyAuthoritiesFactory.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.
 Citation BufferedAuthorityFactory.getAuthority()
          Returns the organization or party responsible for definition and maintenance of the underlying database.
 Citation URN_AuthorityFactory.getAuthority()
           
 Citation AuthorityFactoryAdapter.getAuthority()
          Returns the organization or party responsible for definition and maintenance of the database.
abstract  Citation AbstractCachedAuthorityFactory.getAuthority()
           
 Citation CachedCRSAuthorityDecorator.getAuthority()
           
 Citation AbstractEpsgMediator.getAuthority()
           
 Citation CachedAuthorityDecorator.getAuthority()
           
 Citation ThreadedAuthorityFactory.getAuthority()
          Returns the organization or party responsible for definition and maintenance of the underlying database.
 Citation PropertyCoordinateOperationAuthorityFactory.getAuthority()
          Returns the organization or party responsible for definition and maintenance of the database.
abstract  Citation Abstract_URI_AuthorityFactory.getAuthority()
           
 Citation PropertyAuthorityFactory.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.
protected  Citation IdentifiedObjectFinder.getAuthority()
          The Authority for this Finder; used during get Identifier.
 Citation HTTP_URI_AuthorityFactory.getAuthority()
           
 Citation ManyAuthoritiesFactory.getVendor()
          Returns the vendor responsible for creating this factory implementation.
 Citation BufferedAuthorityFactory.getVendor()
          Returns the vendor responsible for creating the underlying factory implementation.
 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 ReferencingFactory.getVendor()
          Returns the vendor responsible for creating this factory implementation.
 

Constructors in org.geotools.referencing.factory with parameters of type Citation
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
protected  Citation CoordinateOperationFactoryUsingWKT.authority
          The authority.
 

Methods in org.geotools.referencing.factory.epsg that return Citation
protected  Citation[] EsriExtension.getAuthorities()
          Returns the set of authorities to use as identifiers for the CRS to be created.
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 CoordinateOperationFactoryUsingWKT.getAuthority()
           
 Citation DirectEpsgFactory.getAuthority()
          Returns the authority for this EPSG database.
 Citation LongitudeFirstEpsgDecorator.getAuthority()
          Returns the authority for this EPSG database.
 Citation ThreadedEpsgFactory.getAuthority()
          Returns the authority for this EPSG database.
 Citation FactoryUsingWKT.getAuthority()
          Returns the authority.
 Citation LongitudeFirstFactory.getAuthority()
          Returns the authority for this EPSG database.
 Citation CartesianAuthorityFactory.getAuthority()
           
 

Uses of Citation in org.geotools.referencing.factory.gridshift
 

Methods in org.geotools.referencing.factory.gridshift that return Citation
 Citation ClasspathGridShiftLocator.getVendor()
           
 

Uses of Citation in org.geotools.referencing.factory.wms
 

Methods in org.geotools.referencing.factory.wms that return Citation
 Citation AutoCRSFactory.getAuthority()
          Deprecated. Returns the authority for this factory.
 Citation WebCRSFactory.getAuthority()
          Deprecated. Returns the authority for this factory, which is CRS.
 

Uses of Citation in org.geotools.referencing.operation
 

Methods in org.geotools.referencing.operation that return Citation
 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
 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
 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
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.
 

Uses of Citation in org.opengis.metadata
 

Methods in org.opengis.metadata that return Citation
 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
 Collection<? extends Citation> PortrayalCatalogueReference.getPortrayalCatalogueCitations()
          Bibliographic reference to the portrayal catalogue cited.
 

Uses of Citation in org.opengis.metadata.content
 

Methods in org.opengis.metadata.content that return types with arguments of type Citation
 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
 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
 Citation Source.getSourceCitation()
          Recommended reference to be used for the source data.
 

Uses of Citation in org.opengis.metadata.quality
 

Methods in org.opengis.metadata.quality that return Citation
 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.
 

Uses of Citation in org.opengis.metadata.spatial
 

Methods in org.opengis.metadata.spatial that return types with arguments of type Citation
 Collection<? extends Citation> Georeferenceable.getParameterCitation()
          Reference providing description of the parameters.
 

Uses of Citation in org.opengis.referencing
 

Methods in org.opengis.referencing that return Citation
 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-2014 Geotools. All Rights Reserved.