com.spss.psapi.data

Interface GeoType

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getCoordinates()
      Returns a positive integer, usually 2 or 3, which is the number of coordinates that define a point.
      java.lang.String getCsname()
      Returns a string containing the name of the coordinate system if the “well-known ID” is >= 0 or null
      GeometryType getGeometryType()
      Returns the type of object represented by this definition.
      int getWkid()
      Returns an integer representing the “well-known ID” of the coordinate system or -1.
      java.lang.String getWkt()
      Returns a string containing the “well-known text” for the coordinate system corresponding to the “well-known ID”.
      boolean isProjected()
      For valid “well-known ID” values, this indicates whether the coordinate system is projected or geographic.
    • Method Detail

      • getGeometryType

        GeometryType getGeometryType()
        Returns the type of object represented by this definition.
        Returns:
        the object type
      • getCoordinates

        int getCoordinates()
        Returns a positive integer, usually 2 or 3, which is the number of coordinates that define a point.
        Returns:
        the number of coordinates
      • getWkid

        int getWkid()
        Returns an integer representing the “well-known ID” of the coordinate system or -1. If the attribute is -1, then the coordinate system is assumed to be a non-standard one.
        Returns:
        the “well-known ID” of the coordinate system or -1
      • getCsname

        java.lang.String getCsname()
        Returns a string containing the name of the coordinate system if the “well-known ID” is >= 0 or null
        Returns:
        the name of the coordinate system or null
      • isProjected

        boolean isProjected()
        For valid “well-known ID” values, this indicates whether the coordinate system is projected or geographic.
        Returns:
        true if the coordinate system is projected false if it is geographic
      • getWkt

        java.lang.String getWkt()
        Returns a string containing the “well-known text” for the coordinate system corresponding to the “well-known ID”.
        Returns:
        the “well-known text” for the coordinate system or null

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.