Index

A C D F G L O S 
All Classes and Interfaces|All Packages|Constant Field Values

A

AUTHORITY_NAME - Static variable in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceIGNFCRSAuthorityFactory
The IGNF authority
AUTHORITY_URL - Static variable in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceIGNFCRSAuthorityFactory
The IGNF authority

C

cache - Variable in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
The CRS that have already been decoded
createCompoundCRS(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
createCoordinateReferenceSystem(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
createDerivedCRS(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
createEngineeringCRS(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
createGeocentricCRS(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
createGeographicCRS(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
createImageCRS(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
createObject(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
createProjectedCRS(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
createTemporalCRS(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
createVerticalCRS(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
crsFactory - Variable in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
The instantiated object factory.

D

DEFAULT - Static variable in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceIGNFCRSAuthorityFactory
The default coordinate system authority factory.

F

FORMAT_ESRI_WKT - Static variable in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceConnector
The ESRI WKT format (for remote CRS encoding)
FORMAT_OGCWKT - Static variable in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceConnector
The OGC WKT format (for remote CRS encoding)

G

getAuthority() - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceIGNFCRSAuthorityFactory
 
getAuthorityCodes(Class) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceIGNFCRSAuthorityFactory
Returns the set of authority codes of the given type.
getAuthorityName() - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
Get the name of the authority provided by spatialreference.org website.
getDefault() - Static method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceIGNFCRSAuthorityFactory
Returns a default coordinate system factory backed by the spatialreference.org website.
getDescriptionText(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 
getFormat() - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceConnector
Get the format of the server response.
getObjectFactory() - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
Get a reference to this factory instance as an object factory.
getServerURL() - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceConnector
Get the server URL.
getURL(String, String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceConnector
Get the URL that correspond to the given coordinates reference system identified by its authority and number.
getURLString(String, String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceConnector
Get the URL String that correspond to the given coordinates reference system identified by its authority and number.
getVendor() - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
 

L

loadData(String, String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceConnector
Load the data provided by a request to the web server for the given coordinates reference system identified by its authority and number.
LOGGER - Static variable in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
The logger to use.

O

org.jorigin.geotools.referencing.spatialreference - module org.jorigin.geotools.referencing.spatialreference
GeoTools CRSAuthorityFactory extension that resolves Coordinate Reference Systems through the spatialreference.org service.
org.jorigin.geotools.referencing.spatialreference - package org.jorigin.geotools.referencing.spatialreference
 

S

setAuthorityName(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
Set the name of the authority provided by spatialreference.org website.
setFormat(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceConnector
Set the format of the server response.
setServerURL(String) - Method in class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceConnector
Set the server URL.
SpatialReferenceConnector - Class in org.jorigin.geotools.referencing.spatialreference
This class enable to connect to spatialreference.org and download Coordinates Reference Systems data from it.
SpatialReferenceConnector() - Constructor for class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceConnector
Construct a default connector to spatialreference.org.
SpatialReferenceCRSAuthorityFactory - Class in org.jorigin.geotools.referencing.spatialreference
A CRSAuthorityFactory that enable to deal with Coordinate Reference System from the website spatialreference.org.
SpatialReferenceCRSAuthorityFactory() - Constructor for class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
Create a new factory.
SpatialReferenceCRSAuthorityFactory(CRSFactory) - Constructor for class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
Create a new factory.
SpatialReferenceCRSAuthorityFactory(CRSFactory, URL) - Constructor for class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceCRSAuthorityFactory
Create a new factory with the given definition.
SpatialReferenceIGNFCRSAuthorityFactory - Class in org.jorigin.geotools.referencing.spatialreference
A CRSAuthorityFactory that request Coordinates References System from the spatialreference.org for the authority Institut national de l'information Géographique et Forestiere (IGN).
SpatialReferenceIGNFCRSAuthorityFactory() - Constructor for class org.jorigin.geotools.referencing.spatialreference.SpatialReferenceIGNFCRSAuthorityFactory
Create a new spatialreference.org CRS factory for IGNF authority.
A C D F G L O S 
All Classes and Interfaces|All Packages|Constant Field Values