Serialized Form
-
Package com.esri.core.geometry
-
Class com.esri.core.geometry.Envelope extends Geometry implements Serializable
-
Serialized Fields
-
m_attributes
double[] m_attributes
-
m_envelope
Envelope2D m_envelope
-
-
-
Class com.esri.core.geometry.Envelope1D extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
vmax
double vmax
-
vmin
double vmin
-
-
Class com.esri.core.geometry.Envelope2D extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
readObjectNoData
private void readObjectNoData() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
xmax
double xmax
-
xmin
double xmin
-
ymax
double ymax
-
ymin
double ymin
-
-
Class com.esri.core.geometry.Envelope3D extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
xmax
double xmax
-
xmin
double xmin
-
ymax
double ymax
-
ymin
double ymin
-
zmax
double zmax
-
zmin
double zmin
-
-
Class com.esri.core.geometry.EnvSrlzr extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
attribs
double[] attribs
-
descriptionBitMask
int descriptionBitMask
-
-
Class com.esri.core.geometry.GenericGeometrySerializer extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
esriShape
byte[] esriShape
-
geometryType
int geometryType
-
ogcFlags
boolean[] ogcFlags
-
simpleFlag
int simpleFlag
-
tolerance
double tolerance
-
-
Class com.esri.core.geometry.Geometry extends java.lang.Object implements Serializable
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
m_description
VertexDescription m_description
-
m_touchFlag
int m_touchFlag
-
-
-
Class com.esri.core.geometry.GeometryException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.esri.core.geometry.JsonGeometryException extends GeometryException implements Serializable
- serialVersionUID:
- 1L
-
Class com.esri.core.geometry.Line extends Segment implements Serializable
-
Class com.esri.core.geometry.LnSrlzr extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
attribs
double[] attribs
-
descriptionBitMask
int descriptionBitMask
-
-
Class com.esri.core.geometry.MapGeometry extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_geometry
Geometry m_geometry
-
sr
SpatialReference sr
-
-
Class com.esri.core.geometry.MultiPath extends MultiVertexGeometry implements Serializable
-
Serialized Fields
-
m_impl
MultiPathImpl m_impl
-
-
-
Class com.esri.core.geometry.MultiPoint extends MultiVertexGeometry implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
m_impl
MultiPointImpl m_impl
-
-
Class com.esri.core.geometry.MultiVertexGeometry extends Geometry implements Serializable
-
Class com.esri.core.geometry.Point extends Geometry implements Serializable
-
Serialized Fields
-
m_attributes
double[] m_attributes
-
m_x
double m_x
-
m_y
double m_y
-
-
-
Class com.esri.core.geometry.Point2D extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
x
double x
-
y
double y
-
-
Class com.esri.core.geometry.Point3D extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
x
double x
-
y
double y
-
z
double z
-
-
Class com.esri.core.geometry.Polygon extends MultiPath implements Serializable
- serialVersionUID:
- 2L
-
Class com.esri.core.geometry.Polyline extends MultiPath implements Serializable
- serialVersionUID:
- 2L
-
Class com.esri.core.geometry.PtSrlzr extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-
Serialized Fields
-
attribs
double[] attribs
-
descriptionBitMask
int descriptionBitMask
-
-
Class com.esri.core.geometry.QuadTree extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
m_impl
QuadTreeImpl m_impl
-
-
Class com.esri.core.geometry.Segment extends Geometry implements Serializable
-
Serialized Fields
-
m_attributes
double[] m_attributes
-
m_xEnd
double m_xEnd
-
m_xStart
double m_xStart
-
m_yEnd
double m_yEnd
-
m_yStart
double m_yStart
-
-
-
Class com.esri.core.geometry.SpatialReference extends java.lang.Object implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
writeReplace
java.lang.Object writeReplace() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-