- java.lang.Object
-
- spice.basic.IDMap
-
- spice.basic.SurfaceIDMap
-
- Direct Known Subclasses:
SurfaceCode
,SurfaceName
public abstract class SurfaceIDMap extends IDMap
Class Surface IDMap is an abstract superclass for JNISpice classes implementing mappings between surface names and ID codes, where the mappings are associated with specified Bodies.Version 1.0.0 26-DEC-2016 (NJB)
-
-
Constructor Summary
Constructors Constructor Description SurfaceIDMap()
-
Method Summary
Modifier and Type Method Description abstract SurfaceIDMap
deepCopy()
Override class IDMap's deepCopy method: create a copy of class SurfaceIDMap.abstract Body
getBody()
Return the Body associated with a SurfaceIDMap.
-
-
-
Method Detail
-
getBody
public abstract Body getBody() throws SpiceException
Return the Body associated with a SurfaceIDMap.- Returns:
- Throws:
SpiceException
-
deepCopy
public abstract SurfaceIDMap deepCopy() throws SpiceException
Override class IDMap's deepCopy method: create a copy of class SurfaceIDMap.- Specified by:
deepCopy
in classIDMap
- Returns:
- Throws:
SpiceException
-
-