com.supermap.onlineservices

Class WalkInfo

  • java.lang.Object
    • com.supermap.onlineservices.WalkInfo

  • Deprecated.

    @Deprecated
    public class WalkInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      WalkInfo()
      Deprecated. 
      The default constructor for constructing a new WalkInfo object.
    • Constructor Detail

      • WalkInfo

        public WalkInfo()
        Deprecated. 
        The default constructor for constructing a new WalkInfo object.
    • Method Detail

      • getWalkDistance

        public double getWalkDistance()
        Deprecated. 
        Get the walking distance.
        Returns:
        the walking distance.
      • getCenter

        public Point2D getCenter()
        Deprecated. 
        Gets the center point.
        Returns:
        center point.
      • getId

        public int getId()
        Deprecated. 
        Get the ID of geometry.
        Returns:
        the ID of geometry.
      • getPartsNodeCount

        public int[] getPartsNodeCount()
        Deprecated. 
        Get the node count of all parts in geometry.
        Returns:
        the node count of all parts.
      • getPoints

        public Point2Ds getPoints()
        Deprecated. 
        Get coordinate array of nodes in geometry.
        Returns:
        coordinate strings.
      • getGeometryType

        public java.lang.String getGeometryType()
        Deprecated. 
        Get the type of the geometry object.
        Returns:
        The type of the geometry object.