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 classGeometryCollectionGeometry CollectionclassLineStringLine StringclassMultiLineStringMulti Line StringclassMultiPointMulti PointclassMultiPolygonMulti PolygonclassPointPointclassPolygonPolygonMethods in mil.nga.sf.geojson that return Geometry Modifier and Type Method Description GeometryFeature. getGeometry()Get the geometrystatic GeometryFeatureConverter. toGeometry(com.fasterxml.jackson.databind.JsonNode tree)Convert the JSON tree to a Geometrystatic GeometryFeatureConverter. toGeometry(Object value)Convert the object value to a geometrystatic GeometryFeatureConverter. toGeometry(String content)Convert the string content to a geometrystatic GeometryFeatureConverter. 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 voidFeature. setGeometry(Geometry geometry)Set the geometryMethod parameters in mil.nga.sf.geojson with type arguments of type Geometry Modifier and Type Method Description voidGeometryCollection. 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
-