Uses of Class
org.geotools.api.referencing.NoSuchIdentifierException
-
Packages that use NoSuchIdentifierException Package Description org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.coverage.io.netcdf.crs org.geotools.referencing.operation Coordinate operation implementation.org.geotools.referencing.operation.transform Basic implementations of math transforms. -
-
Uses of NoSuchIdentifierException in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that throw NoSuchIdentifierException Modifier and Type Method Description MathTransform
MathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS.MathTransform
MathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)
Creates a transform from a group of parameters.ParameterValueGroup
MathTransformFactory. getDefaultParameters(String method)
Returns the default parameter values for a math transform using the given method. -
Uses of NoSuchIdentifierException in org.geotools.coverage.io.netcdf.crs
Methods in org.geotools.coverage.io.netcdf.crs that throw NoSuchIdentifierException Modifier and Type Method Description static CoordinateReferenceSystem
ProjectionBuilder. buildCRS(Map<String,?> props, ParameterValueGroup parameters, Ellipsoid ellipsoid)
Build a ProjectedCoordinateReferenceSystem
parsing Conversion parameters and Ellipsoidstatic MathTransform
ProjectionBuilder. createTransform(ParameterValueGroup parameters)
static ParameterValueGroup
ProjectionBuilder. getDefaultparameters(String projectionName)
Get aParameterValueGroup
parameters instance for the specified projectionName.static ParameterValueGroup
ProjectionBuilder. getProjectionParameters(String projectionName)
Get Projection parameters from the specified projection name. -
Uses of NoSuchIdentifierException in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that throw NoSuchIdentifierException Modifier and Type Method Description MathTransform
DefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS.MathTransform
DefaultMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)
Creates a transform from a group of parameters.ParameterValueGroup
DefaultMathTransformFactory. getDefaultParameters(String method)
Returns the default parameter values for a math transform using the given method.OperationMethod
DefaultMathTransformFactory. getOperationMethod(String name)
Returns the operation method for the specified name. -
Uses of NoSuchIdentifierException in org.geotools.referencing.operation.transform
Constructors in org.geotools.referencing.operation.transform that throw NoSuchIdentifierException Constructor Description NTv2Transform(URI file)
Constructs aNTv2Transform
from the specified grid shift file.
-