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 newWalkInfo
object.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description Point2D
getCenter()
Deprecated.Gets the center point.java.lang.String
getGeometryType()
Deprecated.Get the type of the geometry object.int
getId()
Deprecated.Get the ID of geometry.int[]
getPartsNodeCount()
Deprecated.Get the node count of all parts in geometry.Point2Ds
getPoints()
Deprecated.Get coordinate array of nodes in geometry.double
getWalkDistance()
Deprecated.Get the walking distance.
-
-
-
Constructor Detail
-
WalkInfo
public WalkInfo()
Deprecated.The default constructor for constructing a newWalkInfo
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.
-
-