Serialized Form
Package com.vividsolutions.jts.algorithm |
Package com.vividsolutions.jts.geom |
serialVersionUID: 6683108902428366910L
x
double x
- The x-coordinate.
y
double y
- The y-coordinate.
z
double z
- The z-coordinate.
serialVersionUID: -4099577099607551657L
readResolve
private java.lang.Object readResolve()
- Deprecated.
serialVersionUID: 5873921885273102420L
minx
double minx
- the minimum x-coordinate
maxx
double maxx
- the maximum x-coordinate
miny
double miny
- the minimum y-coordinate
maxy
double maxy
- the maximum y-coordinate
serialVersionUID: 8763622679187376702L
envelope
Envelope envelope
- The bounding box of this
Geometry
.
factory
GeometryFactory factory
- The
GeometryFactory
used to create this Geometry
SRID
int SRID
- The ID of the Spatial Reference System used by this
Geometry
userData
java.lang.Object userData
- An object reference which can be used to carry ancillary data defined
by the client.
serialVersionUID: -5694727726395021467L
geometries
Geometry[] geometries
- Internal representation of this
GeometryCollection
.
serialVersionUID: -6820524753094095635L
precisionModel
PrecisionModel precisionModel
coordinateSequenceFactory
CoordinateSequenceFactory coordinateSequenceFactory
SRID
int SRID
serialVersionUID: -4261142084085851829L
serialVersionUID: 3252005833466256227L
p0
Coordinate p0
p1
Coordinate p1
serialVersionUID: 3110669828065365560L
points
CoordinateSequence points
- The points of this
LineString
.
serialVersionUID: 8166665132445433741L
serialVersionUID: -8048474874175355449L
serialVersionUID: -551033529766975875L
serialVersionUID: 4902022702746614570L
coordinates
CoordinateSequence coordinates
- The
Coordinate
wrapped by this Point
.
serialVersionUID: -3494792200821764533L
shell
LinearRing shell
- The exterior boundary,
or
null
if this Polygon
is empty.
holes
LinearRing[] holes
- The interior boundaries, if any.
This instance var is never null.
If there are no holes, the array is of zero length.
serialVersionUID: 7777263578777803835L
modelType
PrecisionModel.Type modelType
- The type of PrecisionModel this represents.
scale
double scale
- The scale factor which determines the number of decimal places in fixed precision.
serialVersionUID: -5528602631731589822L
readResolve
private java.lang.Object readResolve()
name
java.lang.String name
pt
Coordinate pt
Package com.vividsolutions.jts.geom.impl |
serialVersionUID: -915438501601840650L
coordinates
Coordinate[] coordinates
serialVersionUID: -4099577099607551657L
readResolve
private java.lang.Object readResolve()
Package com.vividsolutions.jts.geom.util |
Package com.vividsolutions.jts.io |
Package com.vividsolutions.jts.math |
hi
double hi
- The high-order component of the double-double precision value.
lo
double lo
- The low-order component of the double-double precision value.
Package com.vividsolutions.jts.triangulate |
serialVersionUID: 386496846550080140L
pt
Coordinate pt
Package com.vividsolutions.jts.triangulate.quadedge |
seg
LineSegment seg
Package com.vividsolutions.jts.util |