Serialized Form
-
Package org.locationtech.jts.algorithm
-
Class org.locationtech.jts.algorithm.NotRepresentableException extends java.lang.Exception implements Serializable
-
-
Package org.locationtech.jts.geom
-
Class org.locationtech.jts.geom.Coordinate extends java.lang.Object implements Serializable
- serialVersionUID:
- 6683108902428366910L
-
Serialized Fields
-
x
double x
The x-ordinate. -
y
double y
The y-ordinate. -
z
double z
The z-ordinate.Direct access to this field is discouraged; use
Coordinate.getZ()
.
-
-
Class org.locationtech.jts.geom.CoordinateList extends java.util.ArrayList<Coordinate> implements Serializable
- serialVersionUID:
- -1626110935756089896L
-
Class org.locationtech.jts.geom.CoordinateXY extends Coordinate implements Serializable
- serialVersionUID:
- 3532307803472313082L
-
Class org.locationtech.jts.geom.CoordinateXYM extends Coordinate implements Serializable
- serialVersionUID:
- 2842127537691165613L
-
Serialized Fields
-
m
double m
The m-measure.
-
-
Class org.locationtech.jts.geom.CoordinateXYZM extends Coordinate implements Serializable
- serialVersionUID:
- -8763329985881823442L
-
Serialized Fields
-
m
double m
The m-measure.
-
-
Class org.locationtech.jts.geom.Envelope extends java.lang.Object implements Serializable
- serialVersionUID:
- 5873921885273102420L
-
Serialized Fields
-
maxx
double maxx
the maximum x-coordinate -
maxy
double maxy
the maximum y-coordinate -
minx
double minx
the minimum x-coordinate -
miny
double miny
the minimum y-coordinate
-
-
Class org.locationtech.jts.geom.Geometry extends java.lang.Object implements Serializable
- serialVersionUID:
- 8763622679187376702L
-
Serialized Fields
-
envelope
Envelope envelope
The bounding box of thisGeometry
. -
factory
GeometryFactory factory
TheGeometryFactory
used to create this Geometry -
SRID
int SRID
The ID of the Spatial Reference System used by thisGeometry
-
userData
java.lang.Object userData
An object reference which can be used to carry ancillary data defined by the client.
-
-
Class org.locationtech.jts.geom.GeometryCollection extends Geometry implements Serializable
- serialVersionUID:
- -5694727726395021467L
-
Serialized Fields
-
geometries
Geometry[] geometries
Internal representation of thisGeometryCollection
.
-
-
Class org.locationtech.jts.geom.GeometryFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -6820524753094095635L
-
Serialized Fields
-
coordinateSequenceFactory
CoordinateSequenceFactory coordinateSequenceFactory
-
precisionModel
PrecisionModel precisionModel
-
SRID
int SRID
-
-
Class org.locationtech.jts.geom.LinearRing extends LineString implements Serializable
- serialVersionUID:
- -4261142084085851829L
-
Class org.locationtech.jts.geom.LineSegment extends java.lang.Object implements Serializable
- serialVersionUID:
- 3252005833466256227L
-
Serialized Fields
-
p0
Coordinate p0
-
p1
Coordinate p1
-
-
Class org.locationtech.jts.geom.LineString extends Geometry implements Serializable
- serialVersionUID:
- 3110669828065365560L
-
Serialized Fields
-
points
CoordinateSequence points
The points of thisLineString
.
-
-
Class org.locationtech.jts.geom.MultiLineString extends GeometryCollection implements Serializable
- serialVersionUID:
- 8166665132445433741L
-
Class org.locationtech.jts.geom.MultiPoint extends GeometryCollection implements Serializable
- serialVersionUID:
- -8048474874175355449L
-
Class org.locationtech.jts.geom.MultiPolygon extends GeometryCollection implements Serializable
- serialVersionUID:
- -551033529766975875L
-
Class org.locationtech.jts.geom.Point extends Geometry implements Serializable
- serialVersionUID:
- 4902022702746614570L
-
Serialized Fields
-
coordinates
CoordinateSequence coordinates
TheCoordinate
wrapped by thisPoint
.
-
-
Class org.locationtech.jts.geom.Polygon extends Geometry implements Serializable
- serialVersionUID:
- -3494792200821764533L
-
Serialized Fields
-
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. -
shell
LinearRing shell
The exterior boundary, ornull
if thisPolygon
is empty.
-
-
Class org.locationtech.jts.geom.PrecisionModel extends java.lang.Object implements Serializable
- serialVersionUID:
- 7777263578777803835L
-
Serialized Fields
-
gridSize
double gridSize
If non-zero, the precise grid size specified. In this case, the scale is also valid and is computed from the grid size. If zero, the scale is used to compute the grid size where needed. -
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.
-
-
Class org.locationtech.jts.geom.PrecisionModel.Type extends java.lang.Object implements Serializable
- serialVersionUID:
- -5528602631731589822L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.locationtech.jts.geom.TopologyException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
pt
Coordinate pt
-
-
-
-
Package org.locationtech.jts.geom.impl
-
Class org.locationtech.jts.geom.impl.CoordinateArraySequence extends java.lang.Object implements Serializable
- serialVersionUID:
- -915438501601840650L
-
Serialized Fields
-
coordinates
Coordinate[] coordinates
-
dimension
int dimension
The actual dimension of the coordinates in the sequence. Allowable values are 2, 3 or 4. -
measures
int measures
The number of measures of the coordinates in the sequence. Allowable values are 0 or 1.
-
-
Class org.locationtech.jts.geom.impl.CoordinateArraySequenceFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -4099577099607551657L
-
Serialization Methods
-
readResolve
private java.lang.Object readResolve()
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence extends java.lang.Object implements Serializable
- serialVersionUID:
- -3151899011275603L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
dimension
int dimension
The dimensions of the coordinates held in the packed array -
measures
int measures
The number of measures of the coordinates held in the packed array.
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Double extends PackedCoordinateSequence implements Serializable
- serialVersionUID:
- 5777450686367912719L
-
Serialized Fields
-
coords
double[] coords
The packed coordinate array
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float extends PackedCoordinateSequence implements Serializable
- serialVersionUID:
- -2902252401427938986L
-
Serialized Fields
-
coords
float[] coords
The packed coordinate array
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -3558264771905224525L
-
Serialized Fields
-
type
int type
-
-
-
Package org.locationtech.jts.geom.util
-
Class org.locationtech.jts.geom.util.NoninvertibleTransformationException extends java.lang.Exception implements Serializable
-
-
Package org.locationtech.jts.index.quadtree
-
Class org.locationtech.jts.index.quadtree.Node extends NodeBase implements Serializable
-
Serialized Fields
-
centrex
double centrex
-
centrey
double centrey
-
env
Envelope env
-
level
int level
-
-
-
Class org.locationtech.jts.index.quadtree.NodeBase extends java.lang.Object implements Serializable
-
Serialized Fields
-
items
java.util.List items
-
subnode
Node[] subnode
subquads are numbered as follows:2 | 3 --+-- 0 | 1
-
-
-
Class org.locationtech.jts.index.quadtree.Quadtree extends java.lang.Object implements Serializable
- serialVersionUID:
- -7461163625812743604L
-
Serialized Fields
-
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. -
root
Root root
-
-
Class org.locationtech.jts.index.quadtree.Root extends NodeBase implements Serializable
-
-
Package org.locationtech.jts.index.strtree
-
Class org.locationtech.jts.index.strtree.AbstractNode extends java.lang.Object implements Serializable
- serialVersionUID:
- 6493722185909573708L
-
Serialized Fields
-
bounds
java.lang.Object bounds
-
childBoundables
java.util.ArrayList childBoundables
-
level
int level
-
-
Class org.locationtech.jts.index.strtree.AbstractSTRtree extends java.lang.Object implements Serializable
- serialVersionUID:
- -3886435814360241337L
-
Serialized Fields
-
built
boolean built
-
itemBoundables
java.util.ArrayList itemBoundables
Set to null when index is built, to avoid retaining memory. -
nodeCapacity
int nodeCapacity
-
root
AbstractNode root
-
-
Class org.locationtech.jts.index.strtree.BoundablePairDistanceComparator extends java.lang.Object implements Serializable
-
Serialized Fields
-
normalOrder
boolean normalOrder
The normal order.
-
-
-
Class org.locationtech.jts.index.strtree.ItemBoundable extends java.lang.Object implements Serializable
-
Serialized Fields
-
bounds
java.lang.Object bounds
-
item
java.lang.Object item
-
-
-
Class org.locationtech.jts.index.strtree.SIRtree extends AbstractSTRtree implements Serializable
-
Serialized Fields
-
comparator
java.util.Comparator comparator
-
intersectsOp
org.locationtech.jts.index.strtree.AbstractSTRtree.IntersectsOp intersectsOp
-
-
-
Class org.locationtech.jts.index.strtree.STRtree extends AbstractSTRtree implements Serializable
- serialVersionUID:
- 259274702368956900L
-
-
Package org.locationtech.jts.io
-
Class org.locationtech.jts.io.ParseException extends java.lang.Exception implements Serializable
-
-
Package org.locationtech.jts.math
-
Class org.locationtech.jts.math.DD extends java.lang.Object implements Serializable
-
Serialized Fields
-
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 org.locationtech.jts.triangulate
-
Class org.locationtech.jts.triangulate.ConstraintEnforcementException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 386496846550080140L
-
Serialized Fields
-
pt
Coordinate pt
-
-
-
Package org.locationtech.jts.triangulate.quadedge
-
Class org.locationtech.jts.triangulate.quadedge.LocateFailureException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
seg
LineSegment seg
-
-
-
-
Package org.locationtech.jts.util
-
Class org.locationtech.jts.util.AssertionFailedException extends java.lang.RuntimeException implements Serializable
-