public 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 and Description |
---|
SphericalPolygonsSetTransferObject(org.hipparchus.geometry.spherical.twod.SphericalPolygonsSet zone)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.geometry.spherical.twod.SphericalPolygonsSet |
rebuildZone()
Rebuild the zone from saved data.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.