Main Page | Namespace List | Class Hierarchy | Class List | Class Members

MQClientInterface::LineFeature Class Reference

Inheritance diagram for MQClientInterface::LineFeature:

MQClientInterface::Feature MQClientInterface::MQObject List of all members.

Public Member Functions

 LineFeature ()
override void Init ()
override bool Equals (System.Object obj)
bool Equals (LineFeature otherObject)
override int GetHashCode ()

Static Public Member Functions

static bool operator== (LineFeature obj1, LineFeature obj2)
static bool operator!= (LineFeature obj1, LineFeature obj2)

Properties

override System.String ClassName
override int ClassID
virtual LatLng ClosestLatLng
virtual Point ClosestPoint
virtual LatLngCollection LatLngs
virtual PointCollection Points
virtual System.String RightPostalCode
virtual System.String LeftPostalCode
virtual System.String RightAddressHi
virtual System.String LeftAddressHi
virtual System.String RightAddressLo
virtual System.String LeftAddressLo

Detailed Description

Describes a map feature which is best represented as a line. Examples are streams, roads, and boundaries.

See also:
LatLng

LatLngCollection

Point

PointCollection


Constructor & Destructor Documentation

MQClientInterface::LineFeature::LineFeature  )  [inline]
 

Default Constructor.


Member Function Documentation

bool MQClientInterface::LineFeature::Equals LineFeature  otherObject  )  [inline]
 

Equals(type)

Parameters:
otherObject the object to compare this LineFeature against.
Returns:
true if the LineFeature objects are equal; false otherwise.

override bool MQClientInterface::LineFeature::Equals System.Object  obj  )  [inline]
 

Equals(object)

Parameters:
obj the object to compare this LineFeature against.
Returns:
true if the LineFeature objects are equal; false otherwise.

Reimplemented from MQClientInterface::Feature.

override int MQClientInterface::LineFeature::GetHashCode  )  [inline]
 

Returns a hash code for this LineFeature.

Returns:
a hash code value for this LineFeature.

Reimplemented from MQClientInterface::Feature.

override void MQClientInterface::LineFeature::Init  )  [inline, virtual]
 

Initialize.

Reimplemented from MQClientInterface::Feature.

static bool MQClientInterface::LineFeature::operator!= LineFeature  obj1,
LineFeature  obj2
[inline, static]
 

Inequality operator

Parameters:
obj1 LineFeature 1 to compare
obj2 LineFeature 2 to compare

static bool MQClientInterface::LineFeature::operator== LineFeature  obj1,
LineFeature  obj2
[inline, static]
 

Equality operator

Parameters:
obj1 LineFeature 1 to compare
obj2 LineFeature 2 to compare


Property Documentation

override int MQClientInterface::LineFeature::ClassID [get]
 

Class ID property

Reimplemented from MQClientInterface::MQObject.

override System.String MQClientInterface::LineFeature::ClassName [get]
 

Class Name property

Reimplemented from MQClientInterface::MQObject.

virtual LatLng MQClientInterface::LineFeature::ClosestLatLng [get, set]
 

Closest lat,lng property. For radius search.

virtual Point MQClientInterface::LineFeature::ClosestPoint [get, set]
 

Closest point (x,y) property. For radius search.

virtual LatLngCollection MQClientInterface::LineFeature::LatLngs [get]
 

Lat,Lng shape property.

virtual System.String MQClientInterface::LineFeature::LeftAddressHi [get, set]
 

High address range (left side) property.

virtual System.String MQClientInterface::LineFeature::LeftAddressLo [get, set]
 

Low address range (left side) property.

virtual System.String MQClientInterface::LineFeature::LeftPostalCode [get, set]
 

Left postal code property.

virtual PointCollection MQClientInterface::LineFeature::Points [get]
 

Points property (x,y).

virtual System.String MQClientInterface::LineFeature::RightAddressHi [get, set]
 

High address range (right side) property.

virtual System.String MQClientInterface::LineFeature::RightAddressLo [get, set]
 

Low address range (right side) property.

virtual System.String MQClientInterface::LineFeature::RightPostalCode [get, set]
 

Right postal code property.


The documentation for this class was generated from the following file:
Generated on Wed Oct 10 22:12:32 2007 for MapQuest Advantage .NET(C#) API Reference by  doxygen 1.4.1