Uses of Class
org.opengis.util.NoSuchIdentifierException
Packages that use NoSuchIdentifierException
Package
Description
Base interfaces for reference systems by coordinates or by identifiers.
Coordinate operations (relationship between any two CRS).
-
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 operation method.