Click or drag to resize

Polygon Properties

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

The Polygon type exposes the following members.

Properties
  NameDescription
Public propertyAbbreviation
The abbreviated label attached to this feature. If this object represents a feature in a custom dataset then this field will be equal to the "abbrev" column if one exists.
Public propertyClearance
The distance between the bottom of the polygon and the ground, for example a skywalk. Returns a Distance object, which consists of a value and a distance unit.
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.Polygon.
(Overrides GISObjectFeatureType.)
Public propertyGeometries
The polygon geometries associated with this feature. Returns an array of Polygons.
Public propertyGeometry Obsolete.
The polygon geometry associated with this feature.
Public propertyHeight
The height of this polygon feature, for example a building. Returns a Distance object, which consists of a value and a distance unit.
Public propertyItem
The field of the specified column for this object.
(Inherited from GISObject.)
Public propertyName
The label attached to this feature. If this object represents a feature in a custom dataset then this field will be equal to the "name" column if one exists.
Public propertyRings Obsolete.
This property is obsolete. Please use Geometries.
Public propertyType
The kind of polygon this is.
Public propertyWKT
Returns the WKT representation of the Geometry.
(Overrides GISObjectWKT.)
Top
See Also