Uses of Class
org.geotools.api.referencing.NoSuchIdentifierException
Packages that use NoSuchIdentifierException
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
Coordinate operation implementation.
Basic implementations of math transforms.
-
Uses of NoSuchIdentifierException in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that throw NoSuchIdentifierExceptionModifier and TypeMethodDescriptionMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.MathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters) Creates a transform from a group of parameters.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 NoSuchIdentifierExceptionModifier and TypeMethodDescriptionstatic 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 NoSuchIdentifierExceptionModifier and TypeMethodDescriptionDefaultMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Creates a parameterized transform from a base CRS to a derived CS.DefaultMathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters) Creates a transform from a group of parameters.DefaultMathTransformFactory.getDefaultParameters(String method) Returns the default parameter values for a math transform using the given method.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 NoSuchIdentifierExceptionModifierConstructorDescriptionNTv2Transform(URI file) Constructs aNTv2Transformfrom the specified grid shift file.