public interface PositionFactory<P extends Position>
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<P> |
forClass() |
int |
getCoordinateDimension() |
int |
getMComponentIndex() |
boolean |
hasMComponent() |
boolean |
hasZComponent() |
P |
mkPosition(double... coordinates) |