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()
- See Also:
http://www.javaworld.com/javaworld/javatips/jw-javatip122.html
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.simplify |
parent
Geometry parent
index
int index
Package com.vividsolutions.jts.util |