|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.postgis.Geometry
org.postgis.ComposedGeom
org.postgis.PointComposedGeom
org.postgis.LineString
public class LineString
| Field Summary |
|---|
| Fields inherited from class org.postgis.ComposedGeom |
|---|
EMPTY, subgeoms |
| Fields inherited from class org.postgis.Geometry |
|---|
ALLTYPES, dimension, GEOMETRYCOLLECTION, haveMeasure, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, srid, type, UNKNOWN_SRID |
| Constructor Summary | |
|---|---|
LineString()
|
|
LineString(Point[] points)
|
|
LineString(java.lang.String value)
|
|
LineString(java.lang.String value,
boolean haveM)
|
|
| Method Summary | |
|---|---|
LineString |
concat(LineString other)
|
double |
length()
|
LineString |
reverse()
|
| Methods inherited from class org.postgis.PointComposedGeom |
|---|
createSubGeomArray, createSubGeomInstance, getPoint, getPoints, innerWKT, numPoints |
| Methods inherited from class org.postgis.ComposedGeom |
|---|
checkConsistency, equalsintern, getFirstPoint, getLastPoint, getSubGeometry, hashCode, isEmpty, iterator, mediumWKT, numGeoms, setSrid |
| Methods inherited from class org.postgis.Geometry |
|---|
equals, equals, getDimension, getSrid, getType, getTypeString, getTypeString, getValue, initSRID, isMeasured, outerWKT, outerWKT, parseSRID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LineString()
public LineString(Point[] points)
public LineString(java.lang.String value)
throws java.sql.SQLException
java.sql.SQLException
public LineString(java.lang.String value,
boolean haveM)
throws java.sql.SQLException
java.sql.SQLException| Method Detail |
|---|
public LineString reverse()
public LineString concat(LineString other)
public double length()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||