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 serializingSphericalPolygonsSetinstances.This object is intended to be used when
SphericalPolygonsSetinstances 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 areadResolvemethod.- 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.SphericalPolygonsSetrebuildZone()Rebuild the zone from saved data.
-