Class ARGeometryPrimitiveType


  • public final class ARGeometryPrimitiveType
    extends java.lang.Object
    The primitive that defines how vertices are connected.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Line
      The geometry element is a sequence of line segments, where each line segment is described by two new vertices.
      static long Triangle
      The geometry element is a sequence of triangles, where each triangle is described by three new vertices.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Line

        public static final long Line
        The geometry element is a sequence of line segments, where each line segment is described by two new vertices.
        See Also:
        Constant Field Values
      • Triangle

        public static final long Triangle
        The geometry element is a sequence of triangles, where each triangle is described by three new vertices.
        See Also:
        Constant Field Values