Package org.geolatte.geom
Class Positions.CanMakeG3DM
- java.lang.Object
-
- org.geolatte.geom.Positions.CanMakeG3DM
-
- All Implemented Interfaces:
Serializable,PositionFactory<G3DM>
- Enclosing class:
- Positions
public static class Positions.CanMakeG3DM extends Object implements PositionFactory<G3DM>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CanMakeG3DM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<G3DM>forClass()intgetCoordinateDimension()intgetMComponentIndex()booleanhasMComponent()booleanhasZComponent()G3DMmkPosition(double... coordinates)
-
-
-
Method Detail
-
forClass
public Class<G3DM> forClass()
- Specified by:
forClassin interfacePositionFactory<G3DM>
-
getCoordinateDimension
public int getCoordinateDimension()
- Specified by:
getCoordinateDimensionin interfacePositionFactory<G3DM>
-
mkPosition
public G3DM mkPosition(double... coordinates)
- Specified by:
mkPositionin interfacePositionFactory<G3DM>
-
hasZComponent
public boolean hasZComponent()
- Specified by:
hasZComponentin interfacePositionFactory<G3DM>
-
hasMComponent
public boolean hasMComponent()
- Specified by:
hasMComponentin interfacePositionFactory<G3DM>
-
getMComponentIndex
public int getMComponentIndex()
- Specified by:
getMComponentIndexin interfacePositionFactory<G3DM>
-
-