Serializablepublic class SphericalPolygonsSetTransferObject extends Object implements Serializable
SphericalPolygonsSet instances.
This object is intended to be used when SphericalPolygonsSet instances
needs to be serialized. Instead of serializing the zone, an instance of
this class is created from the zone and serialized. Then upon de-serialization,
the zone can be rebuilt, typically from a readResolve method.
| Constructor | Description |
|---|---|
SphericalPolygonsSetTransferObject(SphericalPolygonsSet zone) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
SphericalPolygonsSet |
rebuildZone() |
Rebuild the zone from saved data.
|
public SphericalPolygonsSetTransferObject(SphericalPolygonsSet zone)
zone - zone to serializepublic SphericalPolygonsSet rebuildZone()
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.