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
dimension
int dimension
- The actual dimension of the coordinates in the sequence.
Allowable values are 2 or 3.
coordinates
Coordinate[] coordinates
serialVersionUID: -4099577099607551657L
readResolve
private java.lang.Object readResolve()
Package com.vividsolutions.jts.geom.util |
Package com.vividsolutions.jts.index.quadtree |
env
Envelope env
centrex
double centrex
centrey
double centrey
level
int level
items
java.util.List<E> items
subnode
Node[] subnode
- subquads are numbered as follows:
2 | 3
--+--
0 | 1
serialVersionUID: -7461163625812743604L
root
Root root
minExtent
double minExtent
- minExtent is the minimum envelope extent of all items
inserted into the tree so far. It is used as a heuristic value
to construct non-zero envelopes for features with zero X and/or Y extent.
Start with a non-zero extent, in case the first feature inserted has
a zero extent in both directions. This value may be non-optimal, but
only one feature will be inserted with this value.
Package com.vividsolutions.jts.index.strtree |
serialVersionUID: 6493722185909573708L
childBoundables
java.util.ArrayList<E> childBoundables
bounds
java.lang.Object bounds
level
int level
serialVersionUID: -3886435814360241337L
root
AbstractNode root
built
boolean built
itemBoundables
java.util.ArrayList<E> itemBoundables
- Set to null when index is built, to avoid retaining memory.
nodeCapacity
int nodeCapacity
bounds
java.lang.Object bounds
item
java.lang.Object item
comparator
java.util.Comparator<T> comparator
intersectsOp
AbstractSTRtree.IntersectsOp intersectsOp
serialVersionUID: 259274702368956900L
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 |