Telogis.GeoBase.ShapeUI Namespace |
The Telogis.GeoBase.ShapeUI namespace provides the PolygonEntity and ShapeLayer classes to support the rendering of shapes on a canvas, and the manipulation of these shapes (adding, removing and moving vertices) in real time using a mouse.
More information:
See the Manipulating Polygons Tutorial section of this help guide for more information about logging.
Class | Description | |
---|---|---|
PolygonEntity |
A polygon implementation of the shape entity type with relevant functionality
for rendering polygons.
| |
ShapeEntity |
An abstract class which can be implemented to represent any kind of shape that can be
rendered. The methods within this class are the base methods that every entity should
require, but further methods will most likely be required to make any shape functional.
| |
ShapeEntityEventArgs |
Wrapper for events relevant specific to shape entities.
| |
ShapeLayer |
A layer that holds ShapeEntity objects that may be selected, edited, and rendered on a
map.
|
Enumeration | Description | |
---|---|---|
ShapeLayerMode |
An enum representing the modes a layer may be in.
|