Click or drag to resize

MultiPointFeature Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Note: This API is now obsolete.

A map feature that is made up of a collection of points (LatLon values).
Inheritance Hierarchy

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute("Use PointFeature")]
public class MultiPointFeature : GISObject, 
	IMapFeature

The MultiPointFeature type exposes the following members.

Properties
  NameDescription
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 propertyFeatureType
Returns FeatureType.None because a multi-point feature does not correspond to a single feature type.
(Overrides GISObjectFeatureType.)
Public propertyItem
The field of the specified column for this object.
(Inherited from GISObject.)
Public propertyWKT
Returns the WKT representation of the Geometry.
(Overrides GISObjectWKT.)
Top
Methods
  NameDescription
Public methodDistanceTo
Measure distance between this set of points and another LatLon (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
Fields
  NameDescription
Public fieldPoints
A set of LatLon values representing the location of this feature.
Top
Remarks
This class is obsolete. A PointFeature can now represent multiple points.
See Also