Package | Description |
---|---|
org.apache.sis.referencing.operation.transform |
Conversions or transformations of multi-dimensional coordinate points.
|
Modifier and Type | Method and Description |
---|---|
EllipsoidToCentricTransform.TargetType |
EllipsoidToCentricTransform.getTargetType()
Returns whether the target coordinate system is Cartesian or Spherical.
|
static EllipsoidToCentricTransform.TargetType |
EllipsoidToCentricTransform.TargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EllipsoidToCentricTransform.TargetType[] |
EllipsoidToCentricTransform.TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MathTransform |
EllipsoidToCentricTransform.createGeodeticConversion(MathTransformFactory factory,
double semiMajor,
double semiMinor,
Unit<Length> unit,
boolean withHeight,
EllipsoidToCentricTransform.TargetType target)
Creates a transform from geographic to geocentric coordinates.
|
Constructor and Description |
---|
EllipsoidToCentricTransform(double semiMajor,
double semiMinor,
Unit<Length> unit,
boolean withHeight,
EllipsoidToCentricTransform.TargetType target)
Creates a transform from angles in radians on ellipsoid having a semi-major axis length of 1.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.