Serialized Form
-
Package org.locationtech.jts.algorithm
-
Exception org.locationtech.jts.algorithm.NotRepresentableException
class NotRepresentableException extends Exception implements Serializable
-
-
Package org.locationtech.jts.geom
-
Class org.locationtech.jts.geom.Coordinate
class Coordinate extends 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
- serialVersionUID:
- -1626110935756089896L
-
Class org.locationtech.jts.geom.CoordinateXY
class CoordinateXY extends Coordinate implements Serializable- serialVersionUID:
- 3532307803472313082L
-
Class org.locationtech.jts.geom.CoordinateXYM
class CoordinateXYM extends Coordinate implements Serializable- serialVersionUID:
- 2842127537691165613L
-
Serialized Fields
-
m
double m
The m-measure.
-
-
Class org.locationtech.jts.geom.CoordinateXYZM
class CoordinateXYZM extends Coordinate implements Serializable- serialVersionUID:
- -8763329985881823442L
-
Serialized Fields
-
m
double m
The m-measure.
-
-
Class org.locationtech.jts.geom.Envelope
class Envelope extends 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
class Geometry extends 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
Object userData
An object reference which can be used to carry ancillary data defined by the client.
-
-
Class org.locationtech.jts.geom.GeometryCollection
class GeometryCollection extends Geometry implements Serializable- serialVersionUID:
- -5694727726395021467L
-
Serialized Fields
-
geometries
Geometry[] geometries
Internal representation of thisGeometryCollection
.
-
-
Class org.locationtech.jts.geom.GeometryFactory
class GeometryFactory extends Object implements Serializable- serialVersionUID:
- -6820524753094095635L
-
Serialized Fields
-
coordinateSequenceFactory
CoordinateSequenceFactory coordinateSequenceFactory
-
precisionModel
PrecisionModel precisionModel
-
SRID
int SRID
-
-
Class org.locationtech.jts.geom.LinearRing
class LinearRing extends LineString implements Serializable- serialVersionUID:
- -4261142084085851829L
-
Class org.locationtech.jts.geom.LineSegment
class LineSegment extends Object implements Serializable- serialVersionUID:
- 3252005833466256227L
-
Serialized Fields
-
p0
Coordinate p0
-
p1
Coordinate p1
-
-
Class org.locationtech.jts.geom.LineString
class LineString extends Geometry implements Serializable- serialVersionUID:
- 3110669828065365560L
-
Serialized Fields
-
points
CoordinateSequence points
The points of thisLineString
.
-
-
Class org.locationtech.jts.geom.MultiLineString
class MultiLineString extends GeometryCollection implements Serializable- serialVersionUID:
- 8166665132445433741L
-
Class org.locationtech.jts.geom.MultiPoint
class MultiPoint extends GeometryCollection implements Serializable- serialVersionUID:
- -8048474874175355449L
-
Class org.locationtech.jts.geom.MultiPolygon
class MultiPolygon extends GeometryCollection implements Serializable- serialVersionUID:
- -551033529766975875L
-
Class org.locationtech.jts.geom.Point
class Point extends Geometry implements Serializable- serialVersionUID:
- 4902022702746614570L
-
Serialized Fields
-
coordinates
CoordinateSequence coordinates
TheCoordinate
wrapped by thisPoint
.
-
-
Class org.locationtech.jts.geom.Polygon
class 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
class PrecisionModel extends 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
class Type extends Object implements Serializable- serialVersionUID:
- -5528602631731589822L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
name
String name
-
-
Exception org.locationtech.jts.geom.TopologyException
class TopologyException extends RuntimeException implements Serializable-
Serialized Fields
-
pt
Coordinate pt
-
-
-
-
Package org.locationtech.jts.geom.impl
-
Class org.locationtech.jts.geom.impl.CoordinateArraySequence
class CoordinateArraySequence extends 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
class CoordinateArraySequenceFactory extends Object implements Serializable- serialVersionUID:
- -4099577099607551657L
-
Serialization Methods
-
readResolve
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence
class PackedCoordinateSequence extends Object implements Serializable- serialVersionUID:
- -3151899011275603L
-
Serialization Methods
-
readResolve
- Throws:
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
class Double extends PackedCoordinateSequence implements Serializable- serialVersionUID:
- 5777450686367912719L
-
Serialized Fields
-
coords
double[] coords
The packed coordinate array
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequence.Float
class Float extends PackedCoordinateSequence implements Serializable- serialVersionUID:
- -2902252401427938986L
-
Serialized Fields
-
coords
float[] coords
The packed coordinate array
-
-
Class org.locationtech.jts.geom.impl.PackedCoordinateSequenceFactory
class PackedCoordinateSequenceFactory extends Object implements Serializable- serialVersionUID:
- -3558264771905224525L
-
Serialized Fields
-
type
int type
-
-
-
Package org.locationtech.jts.geom.util
-
Exception org.locationtech.jts.geom.util.NoninvertibleTransformationException
class NoninvertibleTransformationException extends Exception implements Serializable
-
-
Package org.locationtech.jts.index.quadtree
-
Class org.locationtech.jts.index.quadtree.Node
class 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
class NodeBase extends Object implements Serializable -
Class org.locationtech.jts.index.quadtree.Quadtree
class Quadtree extends 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
class Root extends NodeBase implements Serializable
-
-
Package org.locationtech.jts.index.strtree
-
Class org.locationtech.jts.index.strtree.AbstractNode
class AbstractNode extends Object implements Serializable- serialVersionUID:
- 6493722185909573708L
-
Class org.locationtech.jts.index.strtree.AbstractSTRtree
class AbstractSTRtree extends Object implements Serializable- serialVersionUID:
- -3886435814360241337L
-
Serialized Fields
-
built
boolean built
-
itemBoundables
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
class BoundablePairDistanceComparator extends Object implements Serializable-
Serialized Fields
-
normalOrder
boolean normalOrder
The normal order.
-
-
-
Class org.locationtech.jts.index.strtree.ItemBoundable
class ItemBoundable extends Object implements Serializable -
Class org.locationtech.jts.index.strtree.SIRtree
class SIRtree extends AbstractSTRtree implements Serializable-
Serialized Fields
-
comparator
Comparator comparator
-
intersectsOp
org.locationtech.jts.index.strtree.AbstractSTRtree.IntersectsOp intersectsOp
-
-
-
Class org.locationtech.jts.index.strtree.STRtree
class STRtree extends AbstractSTRtree implements Serializable- serialVersionUID:
- 259274702368956900L
-
-
Package org.locationtech.jts.io
-
Exception org.locationtech.jts.io.ParseException
class ParseException extends Exception implements Serializable
-
-
Package org.locationtech.jts.math
-
Class org.locationtech.jts.math.DD
class DD extends 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
-
Exception org.locationtech.jts.triangulate.ConstraintEnforcementException
class ConstraintEnforcementException extends RuntimeException implements Serializable- serialVersionUID:
- 386496846550080140L
-
Serialized Fields
-
pt
Coordinate pt
-
-
-
Package org.locationtech.jts.triangulate.quadedge
-
Exception org.locationtech.jts.triangulate.quadedge.LocateFailureException
class LocateFailureException extends RuntimeException implements Serializable-
Serialized Fields
-
seg
LineSegment seg
-
-
-
-
Package org.locationtech.jts.util
-
Exception org.locationtech.jts.util.AssertionFailedException
class AssertionFailedException extends RuntimeException implements Serializable
-