Package mil.nga.sf.wkb
Class GeometryTypeInfo
- java.lang.Object
-
- mil.nga.sf.wkb.GeometryTypeInfo
-
public class GeometryTypeInfo extends Object
Geometry type info- Author:
- osbornb
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometryType
getGeometryType()
Get the geometry typeint
getGeometryTypeCode()
Get the geometry type codeboolean
hasM()
Has m valuesboolean
hasZ()
Has z values
-
-
-
Method Detail
-
getGeometryTypeCode
public int getGeometryTypeCode()
Get the geometry type code- Returns:
- geometry type code
-
getGeometryType
public GeometryType getGeometryType()
Get the geometry type- Returns:
- geometry type
-
hasZ
public boolean hasZ()
Has z values- Returns:
- true if has z values
-
hasM
public boolean hasM()
Has m values- Returns:
- true if has m values
-
-