| Package | Description |
|---|---|
| org.sbml.jsbml.ext.spatial |
Provides classes for the
Spatial Geometries and Processes package.
|
| Modifier and Type | Method and Description |
|---|---|
SpatialPoint |
SpatialPoint.clone() |
SpatialPoint |
ParametricGeometry.createSpatialPoint()
Creates a new SpatialPoint element and adds it to the ListOfSpatialPoints list
|
SpatialPoint |
ParametricGeometry.createSpatialPoint(String id)
Creates a new
SpatialPoint element and adds it to the ListOfSpatialPoints list |
| Modifier and Type | Method and Description |
|---|---|
ListOf<SpatialPoint> |
ParametricGeometry.getListOfSpatialPoints()
Returns the listOfSpatialPoints.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ParametricGeometry.addSpatialPoint(SpatialPoint spatialPoint)
Adds a new
SpatialPoint to the listOfSpatialPoints. |
boolean |
ParametricGeometry.removeSpatialPoint(SpatialPoint spatialPoint)
Removes an element from the listOfSpatialPoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParametricGeometry.setListOfSpatialPoints(ListOf<SpatialPoint> listOfSpatialPoints)
Sets the given
ListOf<SpatialPoint>. |
| Constructor and Description |
|---|
SpatialPoint(SpatialPoint sp) |
Copyright © 2009–2016. All rights reserved.