Interface TT


public interface TT
Author:
bowens

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    TT code representing Collection
    static final int
    TT code representing Curve (or Line)
    static final Map<String,Class<?>>
    A map from geomery type, as a string, to JTS Geometry.
    static final int
    TT code representing Line (or Curve)
    static final int
    TT code representing Multicurve (or Multiline)
    static final int
    TT code representing Multiline (or Multicurve)
    static final int
    TT code representing Multpoint
    static final int
    TT code representing MULTIPOLYGON
    static final int
    TT code representing SOLID
    static final int
    TT code representing Point
    static final int
    TT code representing Polygon
    static final int
    TT code representing SOLID
    static final int
    TT code representing unknown geometies (like splines)
  • Field Details

    • UNKNOWN

      static final int UNKNOWN
      TT code representing unknown geometies (like splines)
      See Also:
    • POINT

      static final int POINT
      TT code representing Point
      See Also:
    • LINE

      static final int LINE
      TT code representing Line (or Curve)
      See Also:
    • CURVE

      static final int CURVE
      TT code representing Curve (or Line)
      See Also:
    • POLYGON

      static final int POLYGON
      TT code representing Polygon
      See Also:
    • COLLECTION

      static final int COLLECTION
      TT code representing Collection
      See Also:
    • MULTIPOINT

      static final int MULTIPOINT
      TT code representing Multpoint
      See Also:
    • MULTILINE

      static final int MULTILINE
      TT code representing Multiline (or Multicurve)
      See Also:
    • MULTICURVE

      static final int MULTICURVE
      TT code representing Multicurve (or Multiline)
      See Also:
    • MULTIPOLYGON

      static final int MULTIPOLYGON
      TT code representing MULTIPOLYGON
      See Also:
    • SOLID

      static final int SOLID
      TT code representing SOLID
      See Also:
    • MULTISOLID

      static final int MULTISOLID
      TT code representing SOLID
      See Also:
    • GEOM_CLASSES

      static final Map<String,Class<?>> GEOM_CLASSES
      A map from geomery type, as a string, to JTS Geometry. See Oracle Spatial documentation, Table 2-1, Valid SDO_GTYPE values.