Uses of Class
mil.nga.sf.geojson.Geometry
-
Packages that use Geometry Package Description mil.nga.sf.geojson -
-
Uses of Geometry in mil.nga.sf.geojson
Subclasses of Geometry in mil.nga.sf.geojson Modifier and Type Class Description class
GeometryCollection
Geometry Collectionclass
LineString
Line Stringclass
MultiLineString
Multi Line Stringclass
MultiPoint
Multi Pointclass
MultiPolygon
Multi Polygonclass
Point
Pointclass
Polygon
PolygonMethods in mil.nga.sf.geojson that return Geometry Modifier and Type Method Description Geometry
Feature. getGeometry()
Get the geometrystatic Geometry
FeatureConverter. toGeometry(com.fasterxml.jackson.databind.JsonNode tree)
Convert the JSON tree to a Geometrystatic Geometry
FeatureConverter. toGeometry(Object value)
Convert the object value to a geometrystatic Geometry
FeatureConverter. toGeometry(String content)
Convert the string content to a geometrystatic Geometry
FeatureConverter. toGeometry(Geometry simpleGeometry)
Convert a simple geometry to a GeoJSON geometryMethods in mil.nga.sf.geojson that return types with arguments of type Geometry Modifier and Type Method Description List<Geometry>
GeometryCollection. getGeometries()
Returns geometries as a GeoJSON Geometry listMethods in mil.nga.sf.geojson with parameters of type Geometry Modifier and Type Method Description void
Feature. setGeometry(Geometry geometry)
Set the geometryMethod parameters in mil.nga.sf.geojson with type arguments of type Geometry Modifier and Type Method Description void
GeometryCollection. setGeometries(List<Geometry> geometries)
Sets the geometries from a GeoJSON Geometry listConstructors in mil.nga.sf.geojson with parameters of type Geometry Constructor Description Feature(Geometry geometry)
ConstructorConstructor parameters in mil.nga.sf.geojson with type arguments of type Geometry Constructor Description GeometryCollection(List<Geometry> geometries)
Constructor
-