Package com.esri.core.geometry
Class EnvSrlzr
- java.lang.Object
-
- com.esri.core.geometry.EnvSrlzr
-
- All Implemented Interfaces:
java.io.Serializable
public class EnvSrlzr extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double[]
attribs
(package private) int
descriptionBitMask
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description EnvSrlzr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
readResolve()
void
setGeometryByValue(Envelope env)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
attribs
double[] attribs
-
descriptionBitMask
int descriptionBitMask
-
-
Method Detail
-
readResolve
public java.lang.Object readResolve() throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
setGeometryByValue
public void setGeometryByValue(Envelope env) throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
-
-