Package org.orekit.utils
Class SphericalPolygonsSetTransferObject
- java.lang.Object
-
- org.orekit.utils.SphericalPolygonsSetTransferObject
-
- All Implemented Interfaces:
Serializable
public class SphericalPolygonsSetTransferObject extends Object implements Serializable
Transfer object for serializingSphericalPolygonsSet
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 areadResolve
method.- Since:
- 7.1
- Author:
- Luc Maisonobe
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SphericalPolygonsSetTransferObject(org.hipparchus.geometry.spherical.twod.SphericalPolygonsSet zone)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hipparchus.geometry.spherical.twod.SphericalPolygonsSet
rebuildZone()
Rebuild the zone from saved data.
-