|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchIdentifierException | |
---|---|
org.geotools.referencing.factory | Base classes for factories and authority factories. |
org.geotools.referencing.operation | Coordinate operation implementation. |
org.geotools.referencing.operation.transform | Basic implementations of math transforms. |
org.opengis.referencing.operation | Coordinate operations (relationship between any two coordinate reference systems). |
Uses of NoSuchIdentifierException in org.geotools.referencing.factory |
---|
Methods in org.geotools.referencing.factory that throw NoSuchIdentifierException | |
---|---|
MathTransform |
ReferencingFactoryContainer.createBaseToDerived(CoordinateReferenceSystem baseCRS,
ParameterValueGroup parameters,
CoordinateSystem derivedCS)
Deprecated. Moved to the MathTransformFactory interface. |
MathTransform |
ReferencingFactoryContainer.createParameterizedTransform(ParameterValueGroup parameters)
Deprecated. Use the MathTransformFactory interface instead. |
OperationMethod |
ReferencingFactoryContainer.getOperationMethod(String name)
Deprecated. Use DefaultMathTransformFactory.getOperationMethod(java.lang.String) . This method
was inefficient for other implementations. |
Uses of NoSuchIdentifierException in org.geotools.referencing.operation |
---|
Methods in org.geotools.referencing.operation that throw NoSuchIdentifierException | |
---|---|
MathTransform |
DefaultMathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS,
ParameterValueGroup parameters,
CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS. |
MathTransform |
DefaultMathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters)
Creates a transform from a group of parameters. |
ParameterValueGroup |
DefaultMathTransformFactory.getDefaultParameters(String method)
Returns the default parameter values for a math transform using the given method. |
OperationMethod |
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 NoSuchIdentifierException | |
---|---|
NTv2Transform(URI file)
Constructs a NTv2Transform from the specified grid shift file. |
Uses of NoSuchIdentifierException in org.opengis.referencing.operation |
---|
Methods in org.opengis.referencing.operation that throw NoSuchIdentifierException | |
---|---|
MathTransform |
MathTransformFactory.createBaseToDerived(CoordinateReferenceSystem baseCRS,
ParameterValueGroup parameters,
CoordinateSystem derivedCS)
Creates a parameterized transform from a base CRS to a derived CS. |
MathTransform |
MathTransformFactory.createParameterizedTransform(ParameterValueGroup parameters)
Creates a transform from a group of parameters. |
ParameterValueGroup |
MathTransformFactory.getDefaultParameters(String method)
Returns the default parameter values for a math transform using the given method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |