Class WKTConstants


  • public class WKTConstants
    extends java.lang.Object
    Constants used in the WKT (Well-Known Text) format.
    Author:
    Martin Davis
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EMPTY  
      static java.lang.String GEOMETRYCOLLECTION  
      static java.lang.String LINEARRING  
      static java.lang.String LINESTRING  
      static java.lang.String M  
      static java.lang.String MULTILINESTRING  
      static java.lang.String MULTIPOINT  
      static java.lang.String MULTIPOLYGON  
      static java.lang.String POINT  
      static java.lang.String POLYGON  
      static java.lang.String Z  
      static java.lang.String ZM  
    • Constructor Summary

      Constructors 
      Constructor Description
      WKTConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait