Uses of Class
mil.nga.sf.Polygon
-
Packages that use Polygon Package Description mil.nga.sf mil.nga.sf.util mil.nga.sf.util.sweep -
-
Uses of Polygon in mil.nga.sf
Subclasses of Polygon in mil.nga.sf Modifier and Type Class Description class
Triangle
TriangleMethods in mil.nga.sf that return Polygon Modifier and Type Method Description Polygon
PolyhedralSurface. getPatch(int n)
Get the Nth polygon patchPolygon
MultiPolygon. getPolygon(int n)
Returns the Nth polygonPolygon
PolyhedralSurface. getPolygon(int n)
Get the Nth polygonMethods in mil.nga.sf that return types with arguments of type Polygon Modifier and Type Method Description List<Polygon>
PolyhedralSurface. getPatches()
Get patchesList<Polygon>
MultiPolygon. getPolygons()
Get the polygonsList<Polygon>
PolyhedralSurface. getPolygons()
Get polygonsMethods in mil.nga.sf with parameters of type Polygon Modifier and Type Method Description void
PolyhedralSurface. addPatch(Polygon patch)
Add patchvoid
MultiPolygon. addPolygon(Polygon polygon)
Add a polygonvoid
PolyhedralSurface. addPolygon(Polygon polygon)
Add polygonMethod parameters in mil.nga.sf with type arguments of type Polygon Modifier and Type Method Description void
PolyhedralSurface. addPatches(List<Polygon> patches)
Add patchesvoid
MultiPolygon. addPolygons(List<Polygon> polygons)
Add polygonsvoid
PolyhedralSurface. addPolygons(List<Polygon> polygons)
Add polygonsvoid
PolyhedralSurface. setPatches(List<Polygon> patches)
Set patchesvoid
MultiPolygon. setPolygons(List<Polygon> polygons)
Set the polygonsvoid
PolyhedralSurface. setPolygons(List<Polygon> polygons)
Set polygonsConstructors in mil.nga.sf with parameters of type Polygon Constructor Description MultiPolygon(Polygon polygon)
ConstructorPolygon(Polygon polygon)
Copy ConstructorPolyhedralSurface(Polygon polygon)
ConstructorTIN(Polygon polygon)
ConstructorConstructor parameters in mil.nga.sf with type arguments of type Polygon Constructor Description MultiPolygon(List<Polygon> polygons)
ConstructorPolyhedralSurface(List<Polygon> polygons)
ConstructorTIN(List<Polygon> polygons)
Constructor -
Uses of Polygon in mil.nga.sf.util
Methods in mil.nga.sf.util that return Polygon Modifier and Type Method Description static Polygon
GeometryUtils. crop(Polygon polygon, GeometryEnvelope envelope)
Crop the polygon in meters by the envelope bounds in meters.static Polygon
GeometryUtils. degreesToMeters(Polygon polygon)
Convert a polygon in degrees to a polygon in metersstatic Polygon
GeometryUtils. metersToDegrees(Polygon polygon)
Convert a polygon in meters to a polygon in degreesMethods in mil.nga.sf.util with parameters of type Polygon Modifier and Type Method Description static boolean
GeometryUtils. closedPolygon(Polygon polygon)
Check if the polygon outer ring is explicitly closed, where the first and last point are the samestatic Polygon
GeometryUtils. crop(Polygon polygon, GeometryEnvelope envelope)
Crop the polygon in meters by the envelope bounds in meters.static Polygon
GeometryUtils. degreesToMeters(Polygon polygon)
Convert a polygon in degrees to a polygon in metersstatic Polygon
GeometryUtils. metersToDegrees(Polygon polygon)
Convert a polygon in meters to a polygon in degreesstatic boolean
GeometryUtils. pointInPolygon(Point point, Polygon polygon)
Check if the point is in the polygonstatic boolean
GeometryUtils. pointInPolygon(Point point, Polygon polygon, double epsilon)
Check if the point is in the polygonstatic boolean
GeometryUtils. pointOnPolygonEdge(Point point, Polygon polygon)
Check if the point is on the polygon edgestatic boolean
GeometryUtils. pointOnPolygonEdge(Point point, Polygon polygon, double epsilon)
Check if the point is on the polygon edge -
Uses of Polygon in mil.nga.sf.util.sweep
Methods in mil.nga.sf.util.sweep with parameters of type Polygon Modifier and Type Method Description static boolean
ShamosHoey. simplePolygon(Polygon polygon)
Determine if the polygon is simple
-