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 MathTransformMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.MathTransformMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters.ParameterValueGroupMathTransformFactory. 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 CoordinateReferenceSystemProjectionBuilder. buildCRS(Map<String,?> props, ParameterValueGroup parameters, Ellipsoid ellipsoid)Build a ProjectedCoordinateReferenceSystemparsing Conversion parameters and Ellipsoidstatic MathTransformProjectionBuilder. createTransform(ParameterValueGroup parameters)static ParameterValueGroupProjectionBuilder. getDefaultparameters(String projectionName)Get aParameterValueGroupparameters instance for the specified projectionName.static ParameterValueGroupProjectionBuilder. 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 MathTransformDefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.MathTransformDefaultMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters.ParameterValueGroupDefaultMathTransformFactory. getDefaultParameters(String method)Returns the default parameter values for a math transform using the given method.OperationMethodDefaultMathTransformFactory. 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 aNTv2Transformfrom the specified grid shift file.
-