|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
GeometryCollection
.
LinearRing
.
LineString
.
MultiLineString
.
MultiPoint
.
MultiPolygon
.
Point
.
Polygon
.
Geometry
.
GeometryCollection
.
LinearRing
.
LineString
MultiLineString
.
MultiPoint
.
MultiPolygon
.
Point
Polygon
.
Geometry
.
Geometry
.
MultiLineString, LineString, Polygon, MultiPolygon,
GeometryCollection, Point)
All the readGeometry method can throw IOException if something goes wrong.
- decodeData(String[], int[]) -
Method in class org.wkb4j.engine.WKBParser
- Read the raw WKB data from the DataInputStream and generate the beginUnit/endUnit calls and
the calls to the top-level geometries (
MultiLineString, LineString, Polygon, MultiPolygon,
GeometryCollection, Point)
All the readGeometry method can throw IOException if something goes wrong.
- depthPointer -
Variable in class org.wkb4j.factories.AbstractWKBFactory
- Points to the top of the stack.
- DIMENSION2 -
Static variable in class org.wkb4j.engine.WKBParser
-
- DIMENSION3 -
Static variable in class org.wkb4j.engine.WKBParser
-
GeometryCollection
.
LinearRing
.
LineString
.
MultiLineString
.
MultiPoint
.
MultiPolygon
.
Point
.
Polygon
.
Geometry
.
int
and double
in our case).
ResetableByteArrayInputStream
is a ByteArrayInputStream
where
the internal buffer can be reinitialized with a new input buffer, removing the need for destroying
and recreating a different ByteArrayInputStream
for each input buffer. ResetableByteArrayInputStream
so that it uses buf
as its
buffer array.
ResetableByteArrayInputStream
that uses buf
as its
buffer array.
WKBFactory
must be implemented by any class wishing to serve as a factory
for geometric objects. WKBFactory3D
must be implemented by any class wishing to serve as a factory
for geometric objects.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |