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 classTriangleTriangleMethods in mil.nga.sf that return Polygon Modifier and Type Method Description PolygonPolyhedralSurface. getPatch(int n)Get the Nth polygon patchPolygonMultiPolygon. getPolygon(int n)Returns the Nth polygonPolygonPolyhedralSurface. 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 voidPolyhedralSurface. addPatch(Polygon patch)Add patchvoidMultiPolygon. addPolygon(Polygon polygon)Add a polygonvoidPolyhedralSurface. addPolygon(Polygon polygon)Add polygonMethod parameters in mil.nga.sf with type arguments of type Polygon Modifier and Type Method Description voidPolyhedralSurface. addPatches(List<Polygon> patches)Add patchesvoidMultiPolygon. addPolygons(List<Polygon> polygons)Add polygonsvoidPolyhedralSurface. addPolygons(List<Polygon> polygons)Add polygonsvoidPolyhedralSurface. setPatches(List<Polygon> patches)Set patchesvoidMultiPolygon. setPolygons(List<Polygon> polygons)Set the polygonsvoidPolyhedralSurface. 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 PolygonGeometryUtils. crop(Polygon polygon, GeometryEnvelope envelope)Crop the polygon in meters by the envelope bounds in meters.static PolygonGeometryUtils. degreesToMeters(Polygon polygon)Convert a polygon in degrees to a polygon in metersstatic PolygonGeometryUtils. 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 booleanGeometryUtils. closedPolygon(Polygon polygon)Check if the polygon outer ring is explicitly closed, where the first and last point are the samestatic PolygonGeometryUtils. crop(Polygon polygon, GeometryEnvelope envelope)Crop the polygon in meters by the envelope bounds in meters.static PolygonGeometryUtils. degreesToMeters(Polygon polygon)Convert a polygon in degrees to a polygon in metersstatic PolygonGeometryUtils. metersToDegrees(Polygon polygon)Convert a polygon in meters to a polygon in degreesstatic booleanGeometryUtils. pointInPolygon(Point point, Polygon polygon)Check if the point is in the polygonstatic booleanGeometryUtils. pointInPolygon(Point point, Polygon polygon, double epsilon)Check if the point is in the polygonstatic booleanGeometryUtils. pointOnPolygonEdge(Point point, Polygon polygon)Check if the point is on the polygon edgestatic booleanGeometryUtils. 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 booleanShamosHoey. simplePolygon(Polygon polygon)Determine if the polygon is simple
-