| Modifier and Type | Class and Description |
|---|---|
protected class |
WKT.WKTInputStream |
WKBasis.VectorOfDouble, WKBasis.VectorOfIntLABEL_WKB_CIRCULARSTRING, LABEL_WKB_COMPOUNDCURVE, LABEL_WKB_CURVEPOLYGON, LABEL_WKB_GEOMETRYCOLLECTION, LABEL_WKB_LINESTRING, LABEL_WKB_MULTICURVE, LABEL_WKB_MULTILINESTRING, LABEL_WKB_MULTIPOINT, LABEL_WKB_MULTIPOLYGON, LABEL_WKB_MULTISURFACE, LABEL_WKB_NURBSCURVE, LABEL_WKB_POINT, LABEL_WKB_POLYGON, LABEL_WKT_CONTROLPOINTS, LABEL_WKT_DEGREE, LABEL_WKT_KNOT, LABEL_WKT_KNOTS, LABEL_WKT_MULTIPLICITY, LABEL_WKT_NURBSPOINT, LABEL_WKT_VALUE, LABEL_WKT_WEIGHT, LABEL_WKT_WEIGHTEDPOINT, m_defaultByteOrder| Constructor and Description |
|---|
WKT() |
| Modifier and Type | Method and Description |
|---|---|
protected WKInputStream |
getWKInputStream(byte[] wkb) |
protected void |
write(java.io.DataOutputStream out,
java.lang.String str) |
protected void |
writeBeginningOfList(ByteOrder byteOrder,
java.io.DataOutputStream out,
int length) |
protected void |
writeBeginningOfList(java.io.DataOutputStream out) |
protected void |
writeByte(java.io.DataOutputStream out,
int b) |
protected void |
writeByteOrder(java.io.DataOutputStream out) |
protected void |
writeCoordPairSeparator(java.io.DataOutputStream out) |
protected void |
writeDouble(ByteOrder byteOrder,
java.io.DataOutputStream out,
double value) |
protected void |
writeEndOfList(java.io.DataOutputStream out) |
protected void |
writeGeometrySeparator(java.io.DataOutputStream out) |
protected void |
writeInnerLabel(java.io.DataOutputStream out,
int label,
int outerLabel) |
protected void |
writeLabel(java.io.DataOutputStream out,
int label,
int outerLabel,
ByteOrder byteOrder) |
protected void |
writeXYSeparator(java.io.DataOutputStream out) |
determineCenterAndRadiusForArc, fromJGeometry_CollectionElement, fromJGeometry_ETYPE_1_1, fromJGeometry_ETYPE_1_n_internal, fromJGeometry_ETYPE_1_n, fromJGeometry_ETYPE_2_1, fromJGeometry_ETYPE_2_2, fromJGeometry_ETYPE_2_3, fromJGeometry_ETYPE_2, fromJGeometry_ETYPE_4_n, fromJGeometry_ETYPE_4, fromJGeometry_ETYPE_x003_optimized_circle, fromJGeometry_ETYPE_x003_optimized_rectangle, fromJGeometry_ETYPE_x003, fromJGeometry_ETYPE_x005, fromJGeometry_GTYPE_COLLECTION, fromJGeometry_GTYPE_CURVE, fromJGeometry_GTYPE_MULTICURVE, fromJGeometry_GTYPE_MULTIPOINT, fromJGeometry_GTYPE_MULTIPOLYGON, fromJGeometry_GTYPE_POINT, fromJGeometry_GTYPE_POLYGON, fromJGeometry, fromJGeometry, fromStruct, fromSTRUCT, getEndPosInOrdinateArray, getStartPosInOrdinateArray, hasType, isInnerRing, MDCGEQ, readByte, readByteOrder, readDouble, readEndList, readEndListOrSeparator, readInnerLabel, readLabel, readSeparator, readStartList, readStartList, toJGeometry_WKB_CIRCULARSTRING, toJGeometry_WKB_COLLECTION, toJGeometry_WKB_COMPOUNDCURVE, toJGeometry_WKB_CURVEPOLYGON, toJGeometry_WKB_LINESTRING, toJGeometry_WKB_MULTICURVE, toJGeometry_WKB_MULTILINESTRING, toJGeometry_WKB_MULTIPOINT, toJGeometry_WKB_MULTIPOLYGON, toJGeometry_WKB_MULTISURFACE, toJGeometry_WKB_MULTIXXXPOLYGON, toJGeometry_WKB_MULTIXXXSTRING, toJGeometry_WKB_NURBSCURVE, toJGeometry_WKB_POINT, toJGeometry_WKB_POLYGON, toJGeometry_WKB_XXXSTRING, toJGeometry, toJGeometry, toStruct, toSTRUCTclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromJGeometry, fromSTRUCT, toJGeometry, toSTRUCTprotected void writeByteOrder(java.io.DataOutputStream out)
throws GeometryExceptionWithContext
writeByteOrder in class WKBasisGeometryExceptionWithContextprotected void write(java.io.DataOutputStream out,
java.lang.String str)
throws GeometryExceptionWithContext
GeometryExceptionWithContextprotected void writeBeginningOfList(ByteOrder byteOrder, java.io.DataOutputStream out, int length) throws GeometryExceptionWithContext
writeBeginningOfList in class WKBasisGeometryExceptionWithContextprotected void writeBeginningOfList(java.io.DataOutputStream out)
throws GeometryExceptionWithContext
writeBeginningOfList in class WKBasisGeometryExceptionWithContextprotected void writeGeometrySeparator(java.io.DataOutputStream out)
throws GeometryExceptionWithContext
writeGeometrySeparator in class WKBasisGeometryExceptionWithContextprotected void writeCoordPairSeparator(java.io.DataOutputStream out)
throws GeometryExceptionWithContext
writeCoordPairSeparator in class WKBasisGeometryExceptionWithContextprotected void writeXYSeparator(java.io.DataOutputStream out)
throws GeometryExceptionWithContext
writeXYSeparator in class WKBasisGeometryExceptionWithContextprotected void writeEndOfList(java.io.DataOutputStream out)
throws GeometryExceptionWithContext
writeEndOfList in class WKBasisGeometryExceptionWithContextprotected void writeByte(java.io.DataOutputStream out,
int b)
throws GeometryExceptionWithContext
writeByte in class WKBasisGeometryExceptionWithContextprotected void writeDouble(ByteOrder byteOrder, java.io.DataOutputStream out, double value) throws GeometryExceptionWithContext
writeDouble in class WKBasisGeometryExceptionWithContextprotected void writeLabel(java.io.DataOutputStream out,
int label,
int outerLabel,
ByteOrder byteOrder)
throws GeometryExceptionWithContext
writeLabel in class WKBasisGeometryExceptionWithContextprotected void writeInnerLabel(java.io.DataOutputStream out,
int label,
int outerLabel)
throws GeometryExceptionWithContext
writeInnerLabel in class WKBasisGeometryExceptionWithContextprotected WKInputStream getWKInputStream(byte[] wkb)
getWKInputStream in class WKBasis