Uses of Class
org.opengis.util.NoSuchIdentifierException
Packages that use NoSuchIdentifierException
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of NoSuchIdentifierException in org.opengis.referencing
Subclasses of NoSuchIdentifierException in org.opengis.referencingModifier and TypeClassDescriptionclass
Thrown when an authority factory cannot find the requested authority code. -
Uses of NoSuchIdentifierException in org.opengis.referencing.operation
Methods in org.opengis.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.