Uses of Class
org.geotools.api.referencing.NoSuchAuthorityCodeException
Packages that use NoSuchAuthorityCodeException
Package
Description
Coordinate systems and their
axis.
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
Reference systems implementation.
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
-
Uses of NoSuchAuthorityCodeException in org.geotools.api.referencing
Methods in org.geotools.api.referencing that throw NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.AuthorityFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code. -
Uses of NoSuchAuthorityCodeException in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that throw NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionCRSAuthorityFactory.createCompoundCRS
(String code) Creates a 3D coordinate reference system from a code.CRSAuthorityFactory.createCoordinateReferenceSystem
(String code) Returns an arbitrary coordinate reference system from a code.CRSAuthorityFactory.createDerivedCRS
(String code) Creates a derived coordinate reference system from a code.CRSAuthorityFactory.createEngineeringCRS
(String code) Create a engineering coordinate reference system from a code.CRSAuthorityFactory.createGeocentricCRS
(String code) Returns a geocentric coordinate reference system from a code.CRSAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.CRSAuthorityFactory.createImageCRS
(String code) Create a image coordinate reference system from a code.CRSAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.CRSAuthorityFactory.createTemporalCRS
(String code) Create a temporal coordinate reference system from a code.CRSAuthorityFactory.createVerticalCRS
(String code) Create a vertical coordinate reference system from a code. -
Uses of NoSuchAuthorityCodeException in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that throw NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionCSAuthorityFactory.createCartesianCS
(String code) Creates a cartesian coordinate system from a code.CSAuthorityFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.CSAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.CSAuthorityFactory.createCylindricalCS
(String code) Creates a cylindrical coordinate system from a code.CSAuthorityFactory.createEllipsoidalCS
(String code) Creates an ellipsoidal coordinate system from a code.CSAuthorityFactory.createPolarCS
(String code) Creates a polar coordinate system from a code.CSAuthorityFactory.createSphericalCS
(String code) Creates a spherical coordinate system from a code.CSAuthorityFactory.createTimeCS
(String code) Creates a temporal coordinate system from a code.Unit<?>
CSAuthorityFactory.createUnit
(String code) Returns an unit from a code.CSAuthorityFactory.createVerticalCS
(String code) Creates a vertical coordinate system from a code. -
Uses of NoSuchAuthorityCodeException in org.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that throw NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionDatumAuthorityFactory.createDatum
(String code) Returns an arbitrary datum from a code.DatumAuthorityFactory.createEllipsoid
(String code) Returns an ellipsoid from a code.DatumAuthorityFactory.createEngineeringDatum
(String code) Creates a engineering datum from a code.DatumAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic datum from a code.DatumAuthorityFactory.createImageDatum
(String code) Creates a image datum from a code.DatumAuthorityFactory.createPrimeMeridian
(String code) Returns a prime meridian from a code.DatumAuthorityFactory.createTemporalDatum
(String code) Creates a temporal datum from a code.DatumAuthorityFactory.createVerticalDatum
(String code) Creates a vertical datum from a code. -
Uses of NoSuchAuthorityCodeException in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that throw NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionCoordinateOperationAuthorityFactory.createCoordinateOperation
(String code) Creates an operation from a single operation code.CoordinateOperationAuthorityFactory.createFromCoordinateReferenceSystemCodes
(String sourceCRS, String targetCRS) Creates operations from coordinate reference system codes. -
Uses of NoSuchAuthorityCodeException in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that throw NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionvoid
ImageMosaicConfigHandler.updateConfiguration
(GridCoverage2DReader coverageReader, String inputCoverageName, File fileBeingProcessed, int fileIndex, double numFiles, DefaultTransaction transaction) void
ImageMosaicConfigHandler.updateConfiguration
(GridCoverage2DReader coverageReader, String inputCoverageName, ImageMosaicSourceElement element, int fileIndex, double numFiles, DefaultTransaction transaction) Use the passed coverageReader to create or update the all the needed configurations
It not responsible of the passed coverageReader which should be disposed outside (in the caller). -
Uses of NoSuchAuthorityCodeException in org.geotools.gml.stream
Methods in org.geotools.gml.stream that throw NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionXmlStreamGeometryReader.readGeometry()
Reads the nextGeometry
from the stream. -
Uses of NoSuchAuthorityCodeException in org.geotools.ows.wmts.model
Methods in org.geotools.ows.wmts.model that throw NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionprotected CoordinateReferenceSystem
TileMatrixSet.parseCoordinateReferenceSystem
(String crs) Try and parse the crs string. -
Uses of NoSuchAuthorityCodeException in org.geotools.referencing
Methods in org.geotools.referencing that throw NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionstatic CoordinateReferenceSystem
Return a Coordinate Reference System for the specified code.static CoordinateReferenceSystem
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 NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionprotected final 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 NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionprotected 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) protected URI_Parser
URN_AuthorityFactory.buildParser
(String code) AbstractAuthorityFactory.createCartesianCS
(String code) Creates a cartesian coordinate system from a code.AbstractAuthorityFactory.createCompoundCRS
(String code) Creates a 3D coordinate reference system from a code.AbstractAuthorityFactory.createCoordinateOperation
(String code) Creates an operation from a single operation code.PropertyCoordinateOperationAuthorityFactory.createCoordinateOperation
(String code) Creates an operation from a single operation code.AbstractAuthorityFactory.createCoordinateReferenceSystem
(String code) Returns an arbitrary coordinate reference system from a code.PropertyAuthorityFactory.createCoordinateReferenceSystem
(String code) Returns a coordinate reference system from a code.AbstractAuthorityFactory.createCoordinateSystem
(String code) Returns an arbitrary coordinate system from a code.AbstractAuthorityFactory.createCoordinateSystemAxis
(String code) Returns a coordinate system axis from a code.AbstractAuthorityFactory.createCylindricalCS
(String code) Creates a cylindrical coordinate system from a code.AbstractAuthorityFactory.createDatum
(String code) Returns an arbitrary datum from a code.AbstractAuthorityFactory.createDerivedCRS
(String code) Creates a derived coordinate reference system from a code.AbstractAuthorityFactory.createEllipsoid
(String code) Returns an ellipsoid from a code.AbstractAuthorityFactory.createEllipsoidalCS
(String code) Creates an ellipsoidal coordinate system from a code.AbstractAuthorityFactory.createEngineeringCRS
(String code) Creates a engineering coordinate reference system from a code.AbstractAuthorityFactory.createEngineeringDatum
(String code) Creates a engineering datum from a code.AbstractAuthorityFactory.createExtent
(String code) Returns a extent (usually an area of validity) from a code.AbstractAuthorityFactory.createFromCoordinateReferenceSystemCodes
(String sourceCRS, String targetCRS) Creates an operation from coordinate reference system codes.PropertyCoordinateOperationAuthorityFactory.createFromCoordinateReferenceSystemCodes
(String sourceCRS, String targetCRS) Creates aCoordinateOperation
from coordinate reference system codes.AbstractAuthorityFactory.createGeocentricCRS
(String code) Returns a geocentric coordinate reference system from a code.AbstractAuthorityFactory.createGeodeticDatum
(String code) Returns a geodetic datum from a code.AbstractAuthorityFactory.createGeographicCRS
(String code) Returns a geographic coordinate reference system from a code.AbstractAuthorityFactory.createImageCRS
(String code) Creates a image coordinate reference system from a code.AbstractAuthorityFactory.createImageDatum
(String code) Creates a image datum from a code.AbstractAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.PropertyAuthorityFactory.createObject
(String code) Returns an arbitrary object from a code.AbstractAuthorityFactory.createOperationMethod
(String code) Creates an operation method from a code.AbstractAuthorityFactory.createParameterDescriptor
(String code) Creates a parameter descriptor from a code.AbstractAuthorityFactory.createPolarCS
(String code) Creates a polar coordinate system from a code.AbstractAuthorityFactory.createPrimeMeridian
(String code) Returns a prime meridian from a code.AbstractAuthorityFactory.createProjectedCRS
(String code) Returns a projected coordinate reference system from a code.AbstractAuthorityFactory.createSphericalCS
(String code) Creates a spherical coordinate system from a code.AbstractAuthorityFactory.createTemporalCRS
(String code) Creates a temporal coordinate reference system from a code.AbstractAuthorityFactory.createTemporalDatum
(String code) Creates a temporal datum from a code.AbstractAuthorityFactory.createTimeCS
(String code) Creates a temporal coordinate system from a code.Unit<?>
AbstractAuthorityFactory.createUnit
(String code) Returns an unit from a code.AbstractAuthorityFactory.createVerticalCRS
(String code) Creates a vertical coordinate reference system from a code.AbstractAuthorityFactory.createVerticalCS
(String code) Creates a vertical coordinate system from a code.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.BufferedAuthorityFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code.PropertyAuthorityFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a code.PropertyCoordinateOperationAuthorityFactory.getDescriptionText
(String code) Gets a description of the object corresponding to a 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 NoSuchAuthorityCodeExceptionModifier and TypeMethodDescriptionCoordinateOperationFactoryUsingWKT.createCoordinateOperation
(String code) Creates an operation from a single operation code.CartesianAuthorityFactory.createEngineeringCRS
(String code) CoordinateOperationFactoryUsingWKT.createFromCoordinateReferenceSystemCodes
(String sourceCRS, String targetCRS) Creates operations from coordinate reference system codes.CartesianAuthorityFactory.getDescriptionText
(String code) protected CoordinateOperationAuthorityFactory
CoordinateOperationFactoryUsingWKT.getFallbackAuthorityFactory()
Gets the next availableCoordinateOperationAuthorityFactory
in the priority list.