Class OperatorSimplifyLocalHelper.Vertex_info_pg

java.lang.Object
com.esri.core.geometry.OperatorSimplifyLocalHelper.Vertex_info_pg
Enclosing class:
OperatorSimplifyLocalHelper

static final class OperatorSimplifyLocalHelper.Vertex_info_pg extends Object
  • Field Details

    • x

      double x
    • y

      double y
    • ipath

      int ipath
    • ivertex

      int ivertex
    • ipolygon

      int ipolygon
  • Constructor Details

    • Vertex_info_pg

      Vertex_info_pg(double x_, double y_, int ipath_, int xyindex_, int polygon_)
  • Method Details