Interface Geometry.SUBTYPES

Enclosing interface:
Geometry

public static interface Geometry.SUBTYPES
The subtype of a geometry is related with the dimension of the geometry, that is a combination between the spatial dimension (2D, 2ZD, 3D) and the M coordinate or "measure".
Author:
Jorge Piera
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Geometries with two dimensions.
    static final int
    Geometries with two dimensions and with the M coordinate.
    static final int
    Geometries with three dimensions.
    static final int
    Geometries with three dimensions and with the M coordinate.
    static final int
    The subtype us unknown.
  • Field Details

    • GEOM2D

      static final int GEOM2D
      Geometries with two dimensions.
      See Also:
    • GEOM3D

      static final int GEOM3D
      Geometries with three dimensions.
      See Also:
    • GEOM2DM

      static final int GEOM2DM
      Geometries with two dimensions and with the M coordinate.
      See Also:
    • GEOM3DM

      static final int GEOM3DM
      Geometries with three dimensions and with the M coordinate.
      See Also:
    • UNKNOWN

      static final int UNKNOWN
      The subtype us unknown.
      See Also: