public class PointDomain extends GeometricShapeDomain
GeometricShapeVariables.geomcoordinatesdefaultValueChoiceFunction, logger, myVariable, valueChoiceFunctions| Modifier | Constructor and Description |
|---|---|
protected |
PointDomain(Variable v) |
|
PointDomain(Variable v,
com.vividsolutions.jts.geom.Coordinate coord)
Create a
PointDomain for a variable given a coordinate. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
updateGeometry() |
getGeometry, getShapeType, toStringcompareTo, isInstantiated, setCoordinateschooseValue, chooseValue, getValueChoiceFunctions, getVariable, registerValueChoiceFunction, removeValueChoiceFunctions, setDefaultValueChoiceFunctionprotected PointDomain(Variable v)
public PointDomain(Variable v, com.vividsolutions.jts.geom.Coordinate coord)
PointDomain for a variable given a coordinate.v - The variable of which this object represents the domain.coord - The coordinate to be used for creating this PointDomain.protected void updateGeometry()
updateGeometry in class GeometricShapeDomain