Uses of Class
mil.nga.sf.geojson.Polygon
-
Packages that use Polygon Package Description mil.nga.sf.geojson -
-
Uses of Polygon in mil.nga.sf.geojson
Methods in mil.nga.sf.geojson that return Polygon Modifier and Type Method Description static Polygon
Polygon. fromCoordinates(List<List<Position>> coordinates)
Create a polygon from coordinatesMethods in mil.nga.sf.geojson that return types with arguments of type Polygon Modifier and Type Method Description List<Polygon>
MultiPolygon. getPolygons()
Get the polygonsMethod parameters in mil.nga.sf.geojson with type arguments of type Polygon Modifier and Type Method Description void
MultiPolygon. setPolygons(List<Polygon> polygons)
Set the polygonsConstructor parameters in mil.nga.sf.geojson with type arguments of type Polygon Constructor Description MultiPolygon(List<Polygon> polygons)
Constructor
-