PointAddress Class | ![]() |
Namespace: Telogis.GeoBase
The PointAddress type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddressNumber |
Returns the Address Number for the given address.
|
![]() | ArrivalLinkId |
Returns the arrival link identifier for this Point Address.
|
![]() | Columns |
Every GIS object comprises a series of columns.
This function returns the names of the columns for this GISObject.
(Inherited from GISObject.) |
![]() | DisplayLocation |
Returns the display location for this Point Address.
|
![]() | FeatureType |
Returns FeatureType.Point to indicate that this is a point feature.
(Overrides GISObjectFeatureType.) |
![]() | IsArrivalRightSide |
Returns true if this Point Address is on the right hand side of the arrival link.
|
![]() | IsRightSide |
Returns true if this Point Address is on the right hand side of the link.
|
![]() | Item |
The field of the specified column for this object.
(Inherited from GISObject.) |
![]() | LinkId |
Returns the link identifier for this Point Address.
|
![]() | StreetLocation |
Returns the location on the street for this Point Address.
|
![]() | WKT |
Returns the WKT representation of the Geometry on the street.
(Overrides GISObjectWKT.) |
Name | Description | |
---|---|---|
![]() | DistanceTo |
Measure distance between this and another LatLon considering display location (using GreatCircle(Double, Double, Double, Double)).
(Overrides GISObjectDistanceTo(LatLon, DistanceUnit).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |