Uses of Class
mil.nga.sf.geojson.GeometryType
-
Packages that use GeometryType Package Description mil.nga.sf.geojson -
-
Uses of GeometryType in mil.nga.sf.geojson
Methods in mil.nga.sf.geojson that return GeometryType Modifier and Type Method Description GeometryTypeFeature. getGeometryType()Get the geometry typeGeometryTypeFeatureCollection. getGeometryType()Get the geometry typeabstract GeometryTypeGeometry. getGeometryType()Get the geometry typeGeometryTypeGeometryCollection. getGeometryType()Get the geometry typeGeometryTypeLineString. getGeometryType()Get the geometry typeGeometryTypeMultiLineString. getGeometryType()Get the geometry typeGeometryTypeMultiPoint. getGeometryType()Get the geometry typeGeometryTypeMultiPolygon. getGeometryType()Get the geometry typeGeometryTypePoint. getGeometryType()Get the geometry typeGeometryTypePolygon. getGeometryType()Get the geometry typestatic GeometryTypeGeometryType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeometryType[]GeometryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-