Uses of Interface
org.geotools.api.metadata.citation.Citation
- 
- 
Uses of Citation in org.geotools.api.metadataMethods in org.geotools.api.metadata that return Citation Modifier and Type Method Description CitationIdentifier. getAuthority()Organization or party responsible for definition and maintenance of the code.
- 
Uses of Citation in org.geotools.api.metadata.qualityMethods in org.geotools.api.metadata.quality that return Citation Modifier and Type Method Description CitationElement. getEvaluationProcedure()Reference to the procedure information, ornullif none.CitationConformanceResult. getSpecification()Citation of product specification or user requirement against which data is being evaluated.
- 
Uses of Citation in org.geotools.api.referencingMethods in org.geotools.api.referencing that return Citation Modifier and Type Method Description CitationAuthorityFactory. getAuthority()Returns the organization or party responsible for definition and maintenance of the database.CitationFactory. getVendor()Returns the vendor responsible for creating this factory implementation.
- 
Uses of Citation in org.geotools.metadata.isoMethods in org.geotools.metadata.iso that return Citation Modifier and Type Method Description CitationIdentifierImpl. 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 voidIdentifierImpl. 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.citationClasses in org.geotools.metadata.iso.citation that implement Citation Modifier and Type Class Description classCitationImplStandardized resource reference.Fields in org.geotools.metadata.iso.citation declared as Citation Modifier and Type Field Description static CitationCitations. AUTOThe WMS 1.1.1 "Automatic Projections" authority.static CitationCitations. AUTO2The WMS 1.3.0 "Automatic Projections" authority.static CitationCitations. CRSThe WMS 1.3.0 "CRS" authority.static CitationCitations. EPSGThe European Petroleum Survey Group authority.static CitationCitations. ESRIThe ESRI organisation.static CitationCitations. GEOTIFFThe GeoTIFF specification.static CitationCitations. GEOTOOLSThe Geotools project.static CitationCitations. HTTP_OGCURL in the OGC namespace.static CitationCitations. HTTP_URI_OGCHTTP URI in the OGC namespace.static CitationCitations. IAUThe IAU organisation.static CitationCitations. JAIThe Java Advanced Imaging library.static CitationCitations. OGCThe Open Geospatial consortium organisation.static CitationCitations. OPEN_GISThe OpenGIS consortium organisation.static CitationCitations. ORACLEThe Oracle organisation.static CitationCitations. POSTGISThe PostGIS project.static CitationCitations. PROJThe PROJ project.static CitationCitations. URN_OGCURN in the OGC namespace.static CitationCitations. WMSThe Web Map Service specification.Methods in org.geotools.metadata.iso.citation that return Citation Modifier and Type Method Description static CitationCitations. 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 StringCitations. getIdentifier(Citation citation)Returns the shortest identifier for the specified citation, or the title if there is no identifier.static booleanCitations. identifierMatches(Citation citation, String identifier)Returnstrueif any identifiers in the given citation matches 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 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.qualityMethods in org.geotools.metadata.iso.quality that return Citation Modifier and Type Method Description CitationElementImpl. getEvaluationProcedure()Returns the reference to the procedure information, ornullif none.CitationConformanceResultImpl. 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 voidElementImpl. setEvaluationProcedure(Citation newValue)Set the reference to the procedure information.voidConformanceResultImpl. 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.parameterConstructors 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.referencingMethods in org.geotools.referencing that return Citation Modifier and Type Method Description CitationNamedIdentifier. 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 ReferenceIdentifierAbstractIdentifiedObject. getIdentifier(Citation authority)Returns an identifier according the given authority.static ReferenceIdentifierAbstractIdentifiedObject. getIdentifier(IdentifiedObject info, Citation authority)Returns an identifier according the given authority.StringAbstractIdentifiedObject. getName(Citation authority)Returns this object's name according the given authority.static StringAbstractIdentifiedObject. 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 StringCRS. 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.esriMethods 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.wktMethods in org.geotools.referencing.epsg.wkt that return Citation Modifier and Type Method Description CitationEPSGCRSAuthorityFactory. getAuthority()CitationEPSGCRSAuthorityFactory. getVendor()
- 
Uses of Citation in org.geotools.referencing.factoryMethods in org.geotools.referencing.factory that return Citation Modifier and Type Method Description abstract CitationAbstract_URI_AuthorityFactory. getAuthority()abstract CitationAbstractAuthorityFactory. getAuthority()Returns the organization or party responsible for definition and maintenance of the database.abstract CitationAbstractAuthorityMediator. getAuthority()The authority body of the objects this factory provides.abstract CitationAbstractCachedAuthorityFactory. getAuthority()CitationAbstractEpsgMediator. getAuthority()CitationAuthorityFactoryAdapter. getAuthority()Returns the organization or party responsible for definition and maintenance of the database.CitationBufferedAuthorityFactory. getAuthority()Returns the organization or party responsible for definition and maintenance of the underlying database.CitationCachedAuthorityDecorator. getAuthority()CitationCachedCRSAuthorityDecorator. getAuthority()CitationHTTP_AuthorityFactory. getAuthority()Returns the authority, which contains the"http://www.opengis.net"identifier.CitationHTTP_URI_AuthorityFactory. getAuthority()protected CitationIdentifiedObjectFinder. getAuthority()The Authority for this Finder; used during get Identifier.CitationManyAuthoritiesFactory. getAuthority()Returns the organization or party responsible for definition and maintenance of the database.CitationPropertyAuthorityFactory. getAuthority()Returns the organization or party responsible for definition and maintenance of the database.CitationPropertyCoordinateOperationAuthorityFactory. getAuthority()Returns the organization or party responsible for definition and maintenance of the database.CitationThreadedAuthorityFactory. getAuthority()Returns the organization or party responsible for definition and maintenance of the underlying database.CitationURN_AuthorityFactory. getAuthority()CitationAuthorityFactoryAdapter. getVendor()Returns the vendor responsible for creating this factory implementation.CitationBufferedAuthorityFactory. getVendor()Returns the vendor responsible for creating the underlying factory implementation.CitationManyAuthoritiesFactory. getVendor()Returns the vendor responsible for creating this factory implementation.CitationReferencingFactory. getVendor()Returns the vendor responsible for creating this factory implementation.CitationThreadedAuthorityFactory. 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.epsgFields in org.geotools.referencing.factory.epsg declared as Citation Modifier and Type Field Description protected CitationCoordinateOperationFactoryUsingWKT. authorityThe 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.CitationAbstractEpsgFactory. getAuthority()Returns the authority for this EPSG database.CitationCartesianAuthorityFactory. getAuthority()CitationCoordinateOperationFactoryUsingWKT. getAuthority()CitationDirectEpsgFactory. getAuthority()Returns the authority for this EPSG database.CitationFactoryUsingWKT. getAuthority()Returns the authority.CitationLongitudeFirstEpsgDecorator. getAuthority()Returns the authority for this EPSG database.CitationLongitudeFirstFactory. getAuthority()Returns the authority for this EPSG database.CitationThreadedEpsgFactory. getAuthority()Returns the authority for this EPSG database.
- 
Uses of Citation in org.geotools.referencing.factory.gridshiftMethods in org.geotools.referencing.factory.gridshift that return Citation Modifier and Type Method Description CitationClasspathGridShiftLocator. getVendor()
- 
Uses of Citation in org.geotools.referencing.factory.wmsMethods in org.geotools.referencing.factory.wms that return Citation Modifier and Type Method Description CitationAutoCRSFactory. getAuthority()Returns the authority for this factory.CitationOGCAPICRSFactory. getAuthority()CitationWebCRSFactory. getAuthority()Returns the authority for this factory, which isCRS.
- 
Uses of Citation in org.geotools.referencing.iauMethods 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.CitationIAULongitudeFirstFactory. getAuthority()
- 
Uses of Citation in org.geotools.referencing.operationMethods in org.geotools.referencing.operation that return Citation Modifier and Type Method Description CitationDefaultMathTransformFactory. getVendor()Returns the vendor responsible for creating this factory implementation.
- 
Uses of Citation in org.geotools.referencing.wktMethods in org.geotools.referencing.wkt that return Citation Modifier and Type Method Description CitationAbstractParser. getAuthority()Returns the preferred authority for formatting WKT entities.CitationFormatter. getAuthority()Methods in org.geotools.referencing.wkt with parameters of type Citation Modifier and Type Method Description voidAbstractParser. setAuthority(Citation authority)Set the preferred authority for formatting WKT entities.voidFormatter. setAuthority(Citation authority)StringFormattable. 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.utilMethods in org.geotools.util with parameters of type Citation Modifier and Type Method Description static StringObjectCaches. toKey(Citation citation, String code)Produce a good key based on the privided citaiton and code.static ObjectObjectCaches. toKey(Citation citation, String code1, String code2)Produce a good key based on a pair of codes.
 
-