Click or drag to resize

PointAddress Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents an address in a given street.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class PointAddress : GISObject, 
	IMapFeature

The PointAddress type exposes the following members.

Properties
  NameDescription
Public propertyAddressNumber
Returns the Address Number for the given address.
Public propertyArrivalLinkId
Returns the arrival link identifier for this Point Address.
Public propertyColumns
Every GIS object comprises a series of columns. This function returns the names of the columns for this GISObject.
(Inherited from GISObject.)
Public propertyDisplayLocation
Returns the display location for this Point Address.
Public propertyFeatureType
Returns FeatureType.Point to indicate that this is a point feature.
(Overrides GISObjectFeatureType.)
Public propertyIsArrivalRightSide
Returns true if this Point Address is on the right hand side of the arrival link.
Public propertyIsRightSide
Returns true if this Point Address is on the right hand side of the link.
Public propertyItem
The field of the specified column for this object.
(Inherited from GISObject.)
Public propertyLinkId
Returns the link identifier for this Point Address.
Public propertyStreetLocation
Returns the location on the street for this Point Address.
Public propertyWKT
Returns the WKT representation of the Geometry on the street.
(Overrides GISObjectWKT.)
Top
Methods
  NameDescription
Public methodDistanceTo
Measure distance between this and another LatLon considering display location (using GreatCircle(Double, Double, Double, Double)).
(Overrides GISObjectDistanceTo(LatLon, DistanceUnit).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also