Uses of Class
org.opengis.util.NoSuchIdentifierException
Packages that use NoSuchIdentifierException
Package
Description
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Conversions or transformations of multi-dimensional coordinate tuples.
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of NoSuchIdentifierException in org.apache.sis.referencing.factory
Subclasses of NoSuchIdentifierException in org.apache.sis.referencing.factoryModifier and TypeClassDescriptionclassThrown when no factory has been found for a given authority name. -
Uses of NoSuchIdentifierException in org.apache.sis.referencing.operation.transform
Methods in org.apache.sis.referencing.operation.transform that throw NoSuchIdentifierExceptionModifier and TypeMethodDescriptionReturns a builder for a parameterized math transform using the specified operation method.DefaultMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS) Deprecated.DefaultMathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters) Deprecated.This constructor is ambiguous when axis directions are parts of the map projection definition as inTransverse Mercator (South Orientated)
.DefaultMathTransformFactory.getDefaultParameters(String method) Deprecated.This way to create parameterized transform is ambiguous.DefaultMathTransformFactory.getOperationMethod(String identifier) Returns the operation method for the specified name or identifier. -
Uses of NoSuchIdentifierException in org.opengis.referencing
Subclasses of NoSuchIdentifierException in org.opengis.referencingModifier and TypeClassDescriptionclassThrown 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.
DefaultMathTransformFactory.builder(String).