public static class Positions.CanMakeG3DM extends java.lang.Object implements PositionFactory<G3DM>
| Constructor and Description |
|---|
CanMakeG3DM() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<G3DM> |
forClass() |
int |
getCoordinateDimension() |
int |
getMComponentIndex() |
boolean |
hasMComponent() |
boolean |
hasZComponent() |
G3DM |
mkPosition(double... coordinates) |
public java.lang.Class<G3DM> forClass()
forClass in interface PositionFactory<G3DM>public int getCoordinateDimension()
getCoordinateDimension in interface PositionFactory<G3DM>public G3DM mkPosition(double... coordinates)
mkPosition in interface PositionFactory<G3DM>public boolean hasZComponent()
hasZComponent in interface PositionFactory<G3DM>public boolean hasMComponent()
hasMComponent in interface PositionFactory<G3DM>public int getMComponentIndex()
getMComponentIndex in interface PositionFactory<G3DM>