|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IllegalCoordinateException | |
|---|---|
| org.cts | |
| org.cts.op | |
| org.cts.op.projection | |
| org.cts.op.transformation | |
| Uses of IllegalCoordinateException in org.cts |
|---|
| Subclasses of IllegalCoordinateException in org.cts | |
|---|---|
class |
CoordinateDimensionException
Exception thrown when a double array input has not the expected length. |
| Uses of IllegalCoordinateException in org.cts.op |
|---|
| Methods in org.cts.op that throw IllegalCoordinateException | |
|---|---|
double[] |
ChangeCoordinateDimension.transform(double[] coord)
Add a vertical coordinate. |
double[] |
LoadMemorizeCoordinate.transform(double[] coord)
Load the last memorized coordinates |
abstract double[] |
AbstractCoordinateOperation.transform(double[] coord)
Return a double[] representing the same location as coord but in another CoordinateReferenceSystem. |
double[] |
CoordinateOperation.transform(double[] coord)
Transform values of a double array. |
double[] |
CoordinateSwitch.transform(double[] coord)
Change ordinate at pos1 with ordinate at pos2. |
double[] |
UnitConversion.transform(double[] coord)
Returns a coordinate representing the same point as coord but with different units. |
double[] |
OppositeCoordinate.transform(double[] coord)
Apply the OppositeCoordinate transformation to input coordinates. |
double[] |
IterativeTransformation.transform(double[] coord)
|
double[] |
LongitudeRotation.transform(double[] coord)
Return a coordinate representing the same point as coord but in a geographic coordinate system based on a different prime meridian. |
double[] |
Identity.transform(double[] coord)
Apply the identity transformation to input coordinates. |
double[] |
MemorizeCoordinate.transform(double[] coord)
Add a fourth coordinate, to save a value. |
double[] |
Geocentric2Geographic.transform(double[] coord)
Return coordinates representing the same point in a standard geocentric coordinate system. |
double[] |
CoordinateRounding.transform(double[] coord)
Returns a coordinate representing the same point as coord but with coordinates rounded as specified. |
double[] |
Geographic2Geocentric.transform(double[] coord)
Return coordinates representing the same point in a standard geocentric coordinate system. |
double[] |
CoordinateOperationSequence.transform(double[] coord)
Implementation of the transform method for a sequence of transformation. |
| Uses of IllegalCoordinateException in org.cts.op.projection |
|---|
| Methods in org.cts.op.projection that throw IllegalCoordinateException | |
|---|---|
double[] |
LambertConicConformal1SP.transform(double[] coord)
Transform coord using a Lambert Conformal Conic projection. |
double[] |
LambertConicConformal2SP.transform(double[] coord)
Transform coord using a Lambert Conformal Conic projection. |
| Uses of IllegalCoordinateException in org.cts.op.transformation |
|---|
| Methods in org.cts.op.transformation that throw IllegalCoordinateException | |
|---|---|
double[] |
NTv2GridShiftTransformation.transform(double[] coord)
Shift geographic coordinates (in decimal degrees) by an offset interpolated in a grid. |
double[] |
FrenchGeocentricNTF2RGF.transform(double[] coord)
Transforms NTF Geocentric coordinate into RGF93 geocentric coordinate. |
double[] |
SevenParameterTransformation.transform(double[] coord)
Transform coord values |
double[] |
Altitude2EllipsoidalHeight.transform(double[] coord)
|
double[] |
GeocentricTranslation.transform(double[] coord)
Return a coordinates representing the same point as coord but in another CoordinateReferenceSystem. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||