Class MatchGeometry

java.lang.Object
com.vividsolutions.jump.qa.diff.MatchGeometry

public class MatchGeometry extends Object
  • Constructor Details

    • MatchGeometry

      public MatchGeometry(MatchFeature feature, org.locationtech.jts.geom.Geometry geom)
  • Method Details

    • splitGeometry

      public static Collection<org.locationtech.jts.geom.Geometry> splitGeometry(org.locationtech.jts.geom.Geometry geom, boolean splitIntoComponents)
    • getFeature

      public MatchFeature getFeature()
    • getGeometry

      public org.locationtech.jts.geom.Geometry getGeometry()
    • getMatch

      public MatchGeometry getMatch()
    • setMatch

      public void setMatch(MatchGeometry matchGeom)
    • isMatched

      public boolean isMatched()