public class SpatialReference extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
SpatialReference() |
protected |
SpatialReference(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(SpatialReference obj) |
int |
getId() |
double |
getMFalseOrigin() |
double |
getMTolerance() |
double |
getMUnits() |
String |
getText() |
double |
getXFalseOrigin() |
double |
getXUnits() |
double |
getXYTolerance() |
double |
getXYUnits() |
double |
getYFalseOrigin() |
double |
getZTolerance() |
int |
SetFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits) |
int |
SetMFalseOriginAndUnits(double falseM,
double mUnits) |
int |
SetMTolerance(double mTolerance) |
int |
SetSpatialReferenceID(int wkid) |
int |
SetSpatialReferenceText(String spatialReference) |
int |
SetXYTolerance(double xyTolerance) |
int |
SetZFalseOriginAndUnits(double falseZ,
double zUnits) |
int |
SetZTolerance(double zTolerance) |
public SpatialReference()
protected SpatialReference(long cPtr,
boolean cMemoryOwn)
protected static long getCPtr(SpatialReference obj)
public void delete()
public int getId()
public double getMFalseOrigin()
public double getMTolerance()
public double getMUnits()
public String getText()
public double getXFalseOrigin()
public double getXUnits()
public double getXYTolerance()
public double getXYUnits()
public double getYFalseOrigin()
public double getZTolerance()
public int SetFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
public int SetMFalseOriginAndUnits(double falseM,
double mUnits)
public int SetMTolerance(double mTolerance)
public int SetSpatialReferenceID(int wkid)
public int SetSpatialReferenceText(String spatialReference)
public int SetXYTolerance(double xyTolerance)
public int SetZFalseOriginAndUnits(double falseZ,
double zUnits)
public int SetZTolerance(double zTolerance)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.