Package | Description |
---|---|
org.geotools.coverage.io.netcdf.crs | |
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).
|
Modifier and Type | Method and Description |
---|---|
static CoordinateReferenceSystem |
ProjectionBuilder.buildCRS(Map<String,?> props,
ParameterValueGroup parameters,
Ellipsoid ellipsoid)
Build a Projected
CoordinateReferenceSystem parsing Conversion parameters and
Ellipsoid |
static MathTransform |
ProjectionBuilder.createTransform(ParameterValueGroup parameters) |
static ParameterValueGroup |
ProjectionBuilder.getDefaultparameters(String projectionName)
Get a
ParameterValueGroup parameters instance for the specified projectionName. |
static ParameterValueGroup |
ProjectionBuilder.getProjectionParameters(String projectionName)
Get Projection parameters from the specified projection name.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
NTv2Transform(URI file)
Constructs a
NTv2Transform from the specified grid shift file. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 1996–2019 Geotools. All rights reserved.