|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchAuthorityCodeException | |
---|---|
org.geotools.geometry | org.geotools.geometry.Geometry implementation. |
org.geotools.referencing | 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.opengis.referencing | Reference systems. |
org.opengis.referencing.crs | Coordinate reference systems (coordinate systems with a datum). |
org.opengis.referencing.cs | Coordinate systems and their axis. |
org.opengis.referencing.datum | Geodetic datum (the relationship of a coordinate system to the earth). |
org.opengis.referencing.operation | Coordinate operations (relationship between any two coordinate reference systems). |
Uses of NoSuchAuthorityCodeException in org.geotools.geometry |
---|
Constructors in org.geotools.geometry that throw NoSuchAuthorityCodeException | |
---|---|
GeometryBuilder(String code)
|
Uses of NoSuchAuthorityCodeException in org.geotools.referencing |
---|
Methods in org.geotools.referencing that throw NoSuchAuthorityCodeException | |
---|---|
static CoordinateReferenceSystem |
CRS.decode(String code)
Return a Coordinate Reference System for the specified code. |
static CoordinateReferenceSystem |
CRS.decode(String code,
boolean longitudeFirst)
Return a Coordinate Reference System for the specified code, maybe forcing the axis order to (longitude, latitude). |
Uses of NoSuchAuthorityCodeException in org.geotools.referencing.factory |
---|
Methods in org.geotools.referencing.factory that return NoSuchAuthorityCodeException | |
---|---|
protected NoSuchAuthorityCodeException |
AbstractAuthorityFactory.noSuchAuthorityCode(Class type,
String code)
Creates an exception for an unknow authority code. |
protected NoSuchAuthorityCodeException |
AbstractCachedAuthorityFactory.noSuchAuthorityCode(Class type,
String code,
ClassCastException cause)
Creates an exception for an unknown authority code. |
Methods in org.geotools.referencing.factory that throw NoSuchAuthorityCodeException | |
---|---|
protected URI_Parser |
URN_AuthorityFactory.buildParser(String code)
|
protected abstract URI_Parser |
Abstract_URI_AuthorityFactory.buildParser(String code)
Subclasses must implement this method to return a subclass of URI_Parser appropriate to their URI. |
protected URI_Parser |
HTTP_URI_AuthorityFactory.buildParser(String code)
|
CartesianCS |
AbstractAuthorityFactory.createCartesianCS(String code)
Creates a cartesian coordinate system from a code. |
CompoundCRS |
AbstractAuthorityFactory.createCompoundCRS(String code)
Creates a 3D coordinate reference system from a code. |
CoordinateOperation |
PropertyCoordinateOperationAuthorityFactory.createCoordinateOperation(String code)
Creates an operation from a single operation code. |
CoordinateOperation |
AbstractAuthorityFactory.createCoordinateOperation(String code)
Creates an operation from a single operation code. |
CoordinateReferenceSystem |
PropertyAuthorityFactory.createCoordinateReferenceSystem(String code)
Returns a coordinate reference system from a code. |
CoordinateReferenceSystem |
AbstractAuthorityFactory.createCoordinateReferenceSystem(String code)
Returns an arbitrary coordinate reference system from a code. |
CoordinateSystem |
AbstractAuthorityFactory.createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code. |
CoordinateSystemAxis |
AbstractAuthorityFactory.createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code. |
CylindricalCS |
AbstractAuthorityFactory.createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code. |
Datum |
AbstractAuthorityFactory.createDatum(String code)
Returns an arbitrary datum from a code. |
DerivedCRS |
AbstractAuthorityFactory.createDerivedCRS(String code)
Creates a derived coordinate reference system from a code. |
Ellipsoid |
AbstractAuthorityFactory.createEllipsoid(String code)
Returns an ellipsoid from a code. |
EllipsoidalCS |
AbstractAuthorityFactory.createEllipsoidalCS(String code)
Creates an ellipsoidal coordinate system from a code. |
EngineeringCRS |
AbstractAuthorityFactory.createEngineeringCRS(String code)
Creates a engineering coordinate reference system from a code. |
EngineeringDatum |
AbstractAuthorityFactory.createEngineeringDatum(String code)
Creates a engineering datum from a code. |
Extent |
AbstractAuthorityFactory.createExtent(String code)
Returns a extent (usually an area of validity) from a code. |
Set<CoordinateOperation> |
PropertyCoordinateOperationAuthorityFactory.createFromCoordinateReferenceSystemCodes(String sourceCRS,
String targetCRS)
Creates a CoordinateOperation from
coordinate reference system codes. |
Set<CoordinateOperation> |
AbstractAuthorityFactory.createFromCoordinateReferenceSystemCodes(String sourceCRS,
String targetCRS)
Creates an operation from coordinate reference system codes. |
GeocentricCRS |
AbstractAuthorityFactory.createGeocentricCRS(String code)
Returns a geocentric coordinate reference system from a code. |
GeodeticDatum |
AbstractAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code. |
GeographicCRS |
AbstractAuthorityFactory.createGeographicCRS(String code)
Returns a geographic coordinate reference system from a code. |
ImageCRS |
AbstractAuthorityFactory.createImageCRS(String code)
Creates a image coordinate reference system from a code. |
ImageDatum |
AbstractAuthorityFactory.createImageDatum(String code)
Creates a image datum from a code. |
IdentifiedObject |
PropertyAuthorityFactory.createObject(String code)
Returns an arbitrary object from a code. |
IdentifiedObject |
AbstractAuthorityFactory.createObject(String code)
Returns an arbitrary object from a code. |
OperationMethod |
AbstractAuthorityFactory.createOperationMethod(String code)
Creates an operation method from a code. |
ParameterDescriptor |
AbstractAuthorityFactory.createParameterDescriptor(String code)
Creates a parameter descriptor from a code. |
PolarCS |
AbstractAuthorityFactory.createPolarCS(String code)
Creates a polar coordinate system from a code. |
PrimeMeridian |
AbstractAuthorityFactory.createPrimeMeridian(String code)
Returns a prime meridian from a code. |
ProjectedCRS |
AbstractAuthorityFactory.createProjectedCRS(String code)
Returns a projected coordinate reference system from a code. |
SphericalCS |
AbstractAuthorityFactory.createSphericalCS(String code)
Creates a spherical coordinate system from a code. |
TemporalCRS |
AbstractAuthorityFactory.createTemporalCRS(String code)
Creates a temporal coordinate reference system from a code. |
TemporalDatum |
AbstractAuthorityFactory.createTemporalDatum(String code)
Creates a temporal datum from a code. |
TimeCS |
AbstractAuthorityFactory.createTimeCS(String code)
Creates a temporal coordinate system from a code. |
Unit<?> |
AbstractAuthorityFactory.createUnit(String code)
Returns an unit from a code. |
VerticalCRS |
AbstractAuthorityFactory.createVerticalCRS(String code)
Creates a vertical coordinate reference system from a code. |
VerticalCS |
AbstractAuthorityFactory.createVerticalCS(String code)
Creates a vertical coordinate system from a code. |
VerticalDatum |
AbstractAuthorityFactory.createVerticalDatum(String code)
Creates a vertical datum from a code. |
protected AuthorityFactory |
ManyAuthoritiesFactory.getAuthorityFactory(String code)
Returns a generic object authority factory for the specified "AUTHORITY:NUMBER"
code. |
protected CoordinateOperationAuthorityFactory |
ManyAuthoritiesFactory.getCoordinateOperationAuthorityFactory(String code)
Returns the operation authority factory for the specified "AUTHORITY:NUMBER" code. |
protected CRSAuthorityFactory |
ManyAuthoritiesFactory.getCRSAuthorityFactory(String code)
Returns the CRS authority factory for the specified "AUTHORITY:NUMBER" code. |
protected CSAuthorityFactory |
ManyAuthoritiesFactory.getCSAuthorityFactory(String code)
Returns the CS authority factory for the specified "AUTHORITY:NUMBER" code. |
protected DatumAuthorityFactory |
ManyAuthoritiesFactory.getDatumAuthorityFactory(String code)
Returns the datum authority factory for the specified "AUTHORITY:NUMBER" code. |
InternationalString |
BufferedAuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code. |
InternationalString |
PropertyCoordinateOperationAuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code. |
InternationalString |
PropertyAuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code. |
String |
PropertyAuthorityFactory.getWKT(String code)
Returns the Well Know Text from a code. |
Uses of NoSuchAuthorityCodeException in org.geotools.referencing.factory.epsg |
---|
Methods in org.geotools.referencing.factory.epsg that throw NoSuchAuthorityCodeException | |
---|---|
CoordinateOperation |
CoordinateOperationFactoryUsingWKT.createCoordinateOperation(String code)
Creates an operation from a single operation code. |
EngineeringCRS |
CartesianAuthorityFactory.createEngineeringCRS(String code)
|
Set<CoordinateOperation> |
CoordinateOperationFactoryUsingWKT.createFromCoordinateReferenceSystemCodes(String sourceCRS,
String targetCRS)
Creates operations from coordinate reference system codes. |
InternationalString |
CartesianAuthorityFactory.getDescriptionText(String code)
|
protected CoordinateOperationAuthorityFactory |
CoordinateOperationFactoryUsingWKT.getFallbackAuthorityFactory()
Gets the next available CoordinateOperationAuthorityFactory
in the priority list. |
Uses of NoSuchAuthorityCodeException in org.opengis.referencing |
---|
Methods in org.opengis.referencing that throw NoSuchAuthorityCodeException | |
---|---|
IdentifiedObject |
AuthorityFactory.createObject(String code)
Returns an arbitrary object from a code. |
InternationalString |
AuthorityFactory.getDescriptionText(String code)
Gets a description of the object corresponding to a code. |
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.crs |
---|
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.cs |
---|
Methods in org.opengis.referencing.cs that throw NoSuchAuthorityCodeException | |
---|---|
CartesianCS |
CSAuthorityFactory.createCartesianCS(String code)
Creates a cartesian coordinate system from a code. |
CoordinateSystem |
CSAuthorityFactory.createCoordinateSystem(String code)
Returns an arbitrary coordinate system from a code. |
CoordinateSystemAxis |
CSAuthorityFactory.createCoordinateSystemAxis(String code)
Returns a coordinate system axis from a code. |
CylindricalCS |
CSAuthorityFactory.createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code. |
EllipsoidalCS |
CSAuthorityFactory.createEllipsoidalCS(String code)
Creates an ellipsoidal coordinate system from a code. |
PolarCS |
CSAuthorityFactory.createPolarCS(String code)
Creates a polar coordinate system from a code. |
SphericalCS |
CSAuthorityFactory.createSphericalCS(String code)
Creates a spherical coordinate system from a code. |
TimeCS |
CSAuthorityFactory.createTimeCS(String code)
Creates a temporal coordinate system from a code. |
Unit<?> |
CSAuthorityFactory.createUnit(String code)
Returns an unit from a code. |
VerticalCS |
CSAuthorityFactory.createVerticalCS(String code)
Creates a vertical coordinate system from a code. |
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.datum |
---|
Methods in org.opengis.referencing.datum that throw NoSuchAuthorityCodeException | |
---|---|
Datum |
DatumAuthorityFactory.createDatum(String code)
Returns an arbitrary datum from a code. |
Ellipsoid |
DatumAuthorityFactory.createEllipsoid(String code)
Returns an ellipsoid from a code. |
EngineeringDatum |
DatumAuthorityFactory.createEngineeringDatum(String code)
Creates a engineering datum from a code. |
GeodeticDatum |
DatumAuthorityFactory.createGeodeticDatum(String code)
Returns a geodetic datum from a code. |
ImageDatum |
DatumAuthorityFactory.createImageDatum(String code)
Creates a image datum from a code. |
PrimeMeridian |
DatumAuthorityFactory.createPrimeMeridian(String code)
Returns a prime meridian from a code. |
TemporalDatum |
DatumAuthorityFactory.createTemporalDatum(String code)
Creates a temporal datum from a code. |
VerticalDatum |
DatumAuthorityFactory.createVerticalDatum(String code)
Creates a vertical datum from a code. |
Uses of NoSuchAuthorityCodeException in org.opengis.referencing.operation |
---|
Methods in org.opengis.referencing.operation that throw NoSuchAuthorityCodeException | |
---|---|
CoordinateOperation |
CoordinateOperationAuthorityFactory.createCoordinateOperation(String code)
Creates an operation from a single operation code. |
Set<CoordinateOperation> |
CoordinateOperationAuthorityFactory.createFromCoordinateReferenceSystemCodes(String sourceCRS,
String targetCRS)
Creates operations from coordinate reference system codes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |