Package com.gaia3d.converter.geometry
Class InnerRingRemover
java.lang.Object
com.gaia3d.converter.geometry.InnerRingRemover
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.joml.Vector2d>
changeOrder
(List<org.joml.Vector2d> list, int index) List<org.joml.Vector2d>
double
cross
(org.joml.Vector2d a, org.joml.Vector2d b, org.joml.Vector2d c) org.locationtech.jts.geom.Coordinate[]
removeAll
(org.locationtech.jts.geom.Coordinate[] outerRing, List<org.locationtech.jts.geom.Coordinate[]> innerRings) List<org.joml.Vector2d>
removeRing
(List<org.joml.Vector2d> outerRingVector, InnerRing innerRing)
-
Constructor Details
-
InnerRingRemover
public InnerRingRemover()
-
-
Method Details
-
removeAll
public org.locationtech.jts.geom.Coordinate[] removeAll(org.locationtech.jts.geom.Coordinate[] outerRing, List<org.locationtech.jts.geom.Coordinate[]> innerRings) -
removeRing
-
combine
-
changeOrder
-
cross
public double cross(org.joml.Vector2d a, org.joml.Vector2d b, org.joml.Vector2d c)
-