| Modifier | Constructor and Description |
|---|---|
|
Geometry(int type) |
|
Geometry(int type,
String wkt,
byte[] nLen,
String gml) |
protected |
Geometry(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
int |
AddGeometry(Geometry other) |
int |
AddGeometryDirectly(Geometry other_disown) |
void |
AddPoint_2D(double x,
double y) |
void |
AddPoint(double x,
double y) |
void |
AddPoint(double x,
double y,
double z) |
protected void |
addReference(Object reference) |
double |
Area() |
void |
AssignSpatialReference(SpatialReference reference) |
Geometry |
Boundary() |
Geometry |
Buffer(double distance) |
Geometry |
Buffer(double distance,
int quadsecs) |
Geometry |
Centroid() |
Object |
clone() |
Geometry |
Clone() |
void |
CloseRings() |
boolean |
Contains(Geometry other) |
Geometry |
ConvexHull() |
static Geometry |
CreateFromGML(String gml) |
static Geometry |
CreateFromJson(String json) |
static Geometry |
CreateFromWkb(byte[] wkb) |
static Geometry |
CreateFromWkt(String wkt) |
boolean |
Crosses(Geometry other) |
void |
delete() |
Geometry |
Difference(Geometry other) |
boolean |
Disjoint(Geometry other) |
double |
Distance(Geometry other) |
void |
Empty() |
boolean |
Equal(Geometry other) |
boolean |
Equals(Geometry other) |
boolean |
equals(Object obj) |
String |
ExportToGML() |
String |
ExportToGML(Vector options) |
String |
ExportToJson() |
String |
ExportToJson(Vector options) |
String |
ExportToKML() |
String |
ExportToKML(String altitude_mode) |
byte[] |
ExportToWkb() |
int |
ExportToWkb(byte[] wkbArray,
int byte_order) |
byte[] |
ExportToWkb(int byte_order) |
String |
ExportToWkt() |
int |
ExportToWkt(String[] argout) |
void |
FlattenTo2D() |
double |
GetArea() |
Geometry |
GetBoundary() |
int |
GetCoordinateDimension() |
protected static long |
getCPtr(Geometry obj) |
protected static long |
getCPtrAndDisown(Geometry obj) |
int |
GetDimension() |
void |
GetEnvelope(double[] argout) |
void |
GetEnvelope3D(double[] argout) |
int |
GetGeometryCount() |
String |
GetGeometryName() |
Geometry |
GetGeometryRef(int geom) |
int |
GetGeometryType() |
double[] |
GetPoint_2D(int iPoint) |
void |
GetPoint_2D(int iPoint,
double[] argout) |
double[] |
GetPoint(int iPoint) |
void |
GetPoint(int iPoint,
double[] argout) |
int |
GetPointCount() |
double[][] |
GetPoints() |
double[][] |
GetPoints(int nCoordDimension) |
SpatialReference |
GetSpatialReference() |
double |
GetX() |
double |
GetX(int point) |
double |
GetY() |
double |
GetY(int point) |
double |
GetZ() |
double |
GetZ(int point) |
int |
hashCode() |
boolean |
Intersect(Geometry other) |
Geometry |
Intersection(Geometry other) |
boolean |
Intersects(Geometry other) |
boolean |
IsEmpty() |
boolean |
IsRing() |
boolean |
IsSimple() |
boolean |
IsValid() |
double |
Length() |
boolean |
Overlaps(Geometry other) |
Geometry |
PointOnSurface() |
void |
Segmentize(double dfMaxLength) |
void |
SetCoordinateDimension(int dimension) |
void |
SetPoint_2D(int point,
double x,
double y) |
void |
SetPoint(int point,
double x,
double y) |
void |
SetPoint(int point,
double x,
double y,
double z) |
Geometry |
Simplify(double tolerance) |
Geometry |
SimplifyPreserveTopology(double tolerance) |
Geometry |
SymDifference(Geometry other) |
Geometry |
SymmetricDifference(Geometry other) |
boolean |
Touches(Geometry other) |
int |
Transform(CoordinateTransformation trans) |
int |
TransformTo(SpatialReference reference) |
Geometry |
Union(Geometry other) |
Geometry |
UnionCascaded() |
boolean |
Within(Geometry other) |
int |
WkbSize() |
public Geometry(int type)
protected Geometry(long cPtr,
boolean cMemoryOwn)
public static Geometry CreateFromWkb(byte[] wkb)
protected static long getCPtr(Geometry obj)
protected static long getCPtrAndDisown(Geometry obj)
public int AddGeometry(Geometry other)
public int AddGeometryDirectly(Geometry other_disown)
public void AddPoint(double x,
double y)
public void AddPoint(double x,
double y,
double z)
public void AddPoint_2D(double x,
double y)
protected void addReference(Object reference)
public double Area()
public void AssignSpatialReference(SpatialReference reference)
public Geometry Boundary()
public Geometry Buffer(double distance)
public Geometry Buffer(double distance, int quadsecs)
public Geometry Centroid()
public Geometry Clone()
public void CloseRings()
public boolean Contains(Geometry other)
public Geometry ConvexHull()
public boolean Crosses(Geometry other)
public void delete()
public boolean Disjoint(Geometry other)
public double Distance(Geometry other)
public void Empty()
public boolean Equal(Geometry other)
public boolean Equals(Geometry other)
public String ExportToGML()
public String ExportToJson()
public String ExportToKML()
public byte[] ExportToWkb()
public int ExportToWkb(byte[] wkbArray,
int byte_order)
public byte[] ExportToWkb(int byte_order)
public String ExportToWkt()
public int ExportToWkt(String[] argout)
public void FlattenTo2D()
public double GetArea()
public Geometry GetBoundary()
public int GetCoordinateDimension()
public int GetDimension()
public void GetEnvelope(double[] argout)
public void GetEnvelope3D(double[] argout)
public int GetGeometryCount()
public String GetGeometryName()
public Geometry GetGeometryRef(int geom)
public int GetGeometryType()
public double[] GetPoint(int iPoint)
public void GetPoint(int iPoint,
double[] argout)
public double[] GetPoint_2D(int iPoint)
public void GetPoint_2D(int iPoint,
double[] argout)
public int GetPointCount()
public double[][] GetPoints()
public double[][] GetPoints(int nCoordDimension)
public SpatialReference GetSpatialReference()
public double GetX()
public double GetX(int point)
public double GetY()
public double GetY(int point)
public double GetZ()
public double GetZ(int point)
public boolean Intersect(Geometry other)
public boolean Intersects(Geometry other)
public boolean IsEmpty()
public boolean IsRing()
public boolean IsSimple()
public boolean IsValid()
public double Length()
public boolean Overlaps(Geometry other)
public Geometry PointOnSurface()
public void Segmentize(double dfMaxLength)
public void SetCoordinateDimension(int dimension)
public void SetPoint(int point,
double x,
double y)
public void SetPoint(int point,
double x,
double y,
double z)
public void SetPoint_2D(int point,
double x,
double y)
public Geometry Simplify(double tolerance)
public Geometry SimplifyPreserveTopology(double tolerance)
public boolean Touches(Geometry other)
public int Transform(CoordinateTransformation trans)
public int TransformTo(SpatialReference reference)
public Geometry UnionCascaded()
public boolean Within(Geometry other)
public int WkbSize()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.