public class Transformer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
Transformer(Dataset src,
Dataset dst,
Vector options) |
protected |
Transformer(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addReference(Object reference) |
void |
delete() |
boolean |
equals(Object obj) |
protected void |
finalize() |
protected static long |
getCPtr(Transformer obj) |
protected static long |
getCPtrAndDisown(Transformer obj) |
int |
hashCode() |
int |
TransformGeolocations(Band xBand,
Band yBand,
Band zBand) |
int |
TransformGeolocations(Band xBand,
Band yBand,
Band zBand,
ProgressCallback callback) |
int |
TransformGeolocations(Band xBand,
Band yBand,
Band zBand,
ProgressCallback callback,
Vector options) |
int |
TransformPoint(double[] argout,
int bDstToSrc,
double x,
double y) |
int |
TransformPoint(double[] argout,
int bDstToSrc,
double x,
double y,
double z) |
int |
TransformPoint(int bDstToSrc,
double[] inout) |
int |
TransformPoints(int bDstToSrc,
double[][] nCount,
int[] panSuccess) |
protected static long getCPtr(Transformer obj)
protected static long getCPtrAndDisown(Transformer obj)
protected void addReference(Object reference)
public void delete()
public int TransformGeolocations(Band xBand, Band yBand, Band zBand, ProgressCallback callback)
public int TransformGeolocations(Band xBand, Band yBand, Band zBand, ProgressCallback callback, Vector options)
public int TransformPoint(double[] argout,
int bDstToSrc,
double x,
double y)
public int TransformPoint(double[] argout,
int bDstToSrc,
double x,
double y,
double z)
public int TransformPoint(int bDstToSrc,
double[] inout)
public int TransformPoints(int bDstToSrc,
double[][] nCount,
int[] panSuccess)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.