public class CoordinateTransformation extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Constructor and Description |
---|
CoordinateTransformation(long cPtr,
boolean cMemoryOwn) |
CoordinateTransformation(SpatialReference src,
SpatialReference dst) |
Modifier and Type | Method and Description |
---|---|
static CoordinateTransformation |
CreateCoordinateTransformation(SpatialReference src,
SpatialReference dst) |
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(CoordinateTransformation obj) |
void |
TransformPoint(double[] inout) |
void |
TransformPoint(double[] argout,
double x,
double y) |
void |
TransformPoint(double[] argout,
double x,
double y,
double z) |
double[] |
TransformPoint(double x,
double y) |
double[] |
TransformPoint(double x,
double y,
double z) |
void |
TransformPoints(double[][] nCount) |
public CoordinateTransformation(long cPtr, boolean cMemoryOwn)
public CoordinateTransformation(SpatialReference src, SpatialReference dst)
public static long getCPtr(CoordinateTransformation obj)
public void delete()
public double[] TransformPoint(double x, double y, double z)
public double[] TransformPoint(double x, double y)
public static CoordinateTransformation CreateCoordinateTransformation(SpatialReference src, SpatialReference dst)
public void TransformPoint(double[] inout)
public void TransformPoint(double[] argout, double x, double y, double z)
public void TransformPoint(double[] argout, double x, double y)
public void TransformPoints(double[][] nCount)
Copyright © 2014. All rights reserved.