Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
C
D
G
L
M
N
P
S
T
W
X
Y
Z
C
clone()
- Method in class org.postgis.
PGbox3d
clone()
- Method in class org.postgis.
PGgeometry
D
dimension
- Variable in class org.postgis.
Geometry
The dimensionality of this feature (2,3)
G
Geometry
- class org.postgis.
Geometry
.
Geometry()
- Constructor for class org.postgis.
Geometry
Geometry2WKB(Geometry)
- Static method in class org.postgis.
GeometryFactory
GEOMETRYCOLLECTION
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for feature collections.
GeometryFactory
- class org.postgis.
GeometryFactory
.
GeometryFactory()
- Constructor for class org.postgis.
GeometryFactory
getDimension()
- Method in class org.postgis.
Geometry
getGeometry()
- Method in class org.postgis.
PGgeometry
getGeoType()
- Method in class org.postgis.
PGgeometry
getLine(int)
- Method in class org.postgis.
MultiLineString
getPoint(int)
- Method in class org.postgis.
LinearRing
getPoint(int)
- Method in class org.postgis.
LineString
getPoint(int)
- Method in class org.postgis.
MultiPoint
getPolygon(int)
- Method in class org.postgis.
MultiPolygon
getRing(int)
- Method in class org.postgis.
Polygon
getType()
- Method in class org.postgis.
Geometry
getValue()
- Method in class org.postgis.
LinearRing
getValue()
- Method in class org.postgis.
LineString
getValue()
- Method in class org.postgis.
MultiLineString
getValue()
- Method in class org.postgis.
MultiPoint
getValue()
- Method in class org.postgis.
MultiPolygon
getValue()
- Method in class org.postgis.
PGbox3d
getValue()
- Method in class org.postgis.
PGgeometry
getValue()
- Method in class org.postgis.
Point
getValue()
- Method in class org.postgis.
Polygon
getX()
- Method in class org.postgis.
Point
getY()
- Method in class org.postgis.
Point
getZ()
- Method in class org.postgis.
Point
L
LinearRing
- class org.postgis.
LinearRing
.
This represents the LinearRing GIS datatype.
LinearRing(Point[])
- Constructor for class org.postgis.
LinearRing
LinearRing(String)
- Constructor for class org.postgis.
LinearRing
This is called to construct a LinearRing from the PostGIS string representation of a ring.
LineString
- class org.postgis.
LineString
.
LINESTRING
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for lines.
LineString()
- Constructor for class org.postgis.
LineString
LineString(Point[])
- Constructor for class org.postgis.
LineString
LineString(String)
- Constructor for class org.postgis.
LineString
M
MultiLineString
- class org.postgis.
MultiLineString
.
MULTILINESTRING
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for aggregate lines.
MultiLineString()
- Constructor for class org.postgis.
MultiLineString
MultiLineString(LineString[])
- Constructor for class org.postgis.
MultiLineString
MultiLineString(String)
- Constructor for class org.postgis.
MultiLineString
MultiPoint
- class org.postgis.
MultiPoint
.
MULTIPOINT
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for aggregate points.
MultiPoint()
- Constructor for class org.postgis.
MultiPoint
MultiPoint(Point[])
- Constructor for class org.postgis.
MultiPoint
MultiPoint(String)
- Constructor for class org.postgis.
MultiPoint
MultiPolygon
- class org.postgis.
MultiPolygon
.
MULTIPOLYGON
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for aggregate polygons.
MultiPolygon()
- Constructor for class org.postgis.
MultiPolygon
MultiPolygon(Polygon[])
- Constructor for class org.postgis.
MultiPolygon
MultiPolygon(String)
- Constructor for class org.postgis.
MultiPolygon
N
numLines()
- Method in class org.postgis.
MultiLineString
numPoints()
- Method in class org.postgis.
LinearRing
numPoints()
- Method in class org.postgis.
LineString
numPoints()
- Method in class org.postgis.
MultiPoint
numPolygons()
- Method in class org.postgis.
MultiPolygon
numRings()
- Method in class org.postgis.
Polygon
P
PGbox3d
- class org.postgis.
PGbox3d
.
PGbox3d()
- Constructor for class org.postgis.
PGbox3d
PGbox3d(Point, Point)
- Constructor for class org.postgis.
PGbox3d
PGbox3d(String)
- Constructor for class org.postgis.
PGbox3d
PGgeometry
- class org.postgis.
PGgeometry
.
PGgeometry()
- Constructor for class org.postgis.
PGgeometry
PGgeometry(Geometry)
- Constructor for class org.postgis.
PGgeometry
PGgeometry(String)
- Constructor for class org.postgis.
PGgeometry
Point
- class org.postgis.
Point
.
POINT
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for points.
Point()
- Constructor for class org.postgis.
Point
Point(double, double)
- Constructor for class org.postgis.
Point
Point(double, double, double)
- Constructor for class org.postgis.
Point
Point(String)
- Constructor for class org.postgis.
Point
points
- Variable in class org.postgis.
LinearRing
The points in the ring.
Polygon
- class org.postgis.
Polygon
.
POLYGON
- Static variable in class org.postgis.
Geometry
The OGIS geometry type number for polygons.
Polygon()
- Constructor for class org.postgis.
Polygon
Polygon(LinearRing[])
- Constructor for class org.postgis.
Polygon
Polygon(String)
- Constructor for class org.postgis.
Polygon
S
setValue(String)
- Method in class org.postgis.
PGbox3d
setValue(String)
- Method in class org.postgis.
PGgeometry
setX(double)
- Method in class org.postgis.
Point
setX(int)
- Method in class org.postgis.
Point
setY(double)
- Method in class org.postgis.
Point
setY(int)
- Method in class org.postgis.
Point
setZ(double)
- Method in class org.postgis.
Point
setZ(int)
- Method in class org.postgis.
Point
T
toString()
- Method in class org.postgis.
LinearRing
toString()
- Method in class org.postgis.
LineString
toString()
- Method in class org.postgis.
MultiLineString
toString()
- Method in class org.postgis.
MultiPoint
toString()
- Method in class org.postgis.
MultiPolygon
toString()
- Method in class org.postgis.
PGbox3d
toString()
- Method in class org.postgis.
PGgeometry
toString()
- Method in class org.postgis.
Point
toString()
- Method in class org.postgis.
Polygon
type
- Variable in class org.postgis.
Geometry
The OGIS geometry type of this feature.
W
WKB2Geometry(byte[])
- Static method in class org.postgis.
GeometryFactory
WKS2Geometry(String)
- Static method in class org.postgis.
GeometryFactory
X
x
- Variable in class org.postgis.
Point
The X coordinate of the point.
Y
y
- Variable in class org.postgis.
Point
The Y coordinate of the point.
Z
z
- Variable in class org.postgis.
Point
The Z coordinate of the point.
C
D
G
L
M
N
P
S
T
W
X
Y
Z
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES