| Name | Description |
---|
 | Clone |
Overrides Clone()()()(). Must be implemented by each GeoObject. No default implementation.
(Overrides IGeoObjectImpl..::..Clone()()()().) |
  | Construct |
The only way to create a UnscaledGeoObject. There are no public constructors for the UnscaledGeoObject to assure
that this is the only way to construct a UnscaledGeoObject.
|
 | CopyGeometry | (Overrides IGeoObjectImpl..::..CopyGeometry(IGeoObject).) |
 | Get2DRepresentation | (Overrides IGeoObjectImpl..::..Get2DRepresentation(Projection, GDIResources).) |
 | GetBoundingCube | (Overrides IGeoObjectImpl..::..GetBoundingCube()()()().) |
 | GetExtent(Double) | (Overrides IGeoObjectImpl..::..GetExtent(Double).) |
 | GetExtent(Projection, ExtentPrecision) | (Overrides IGeoObjectImpl..::..GetExtent(Projection, ExtentPrecision).) |
 | GetQuadTreeItem | (Overrides IGeoObjectImpl..::..GetQuadTreeItem(Projection, ExtentPrecision).) |
 | GetShowProperties |
Should be overridden and return a IShowProperty derived object
that handles the display and modification of the properties of the IGeoObject derived object.
Default implementation return null.
(Overrides IGeoObjectImpl..::..GetShowProperties(IFrame).) |
 | HitTest(BoundingCube%, Double) | (Overrides IGeoObjectImpl..::..HitTest(BoundingCube%, Double).) |
 | HitTest(Projection..::..PickArea, Boolean) | (Overrides IGeoObjectImpl..::..HitTest(Projection..::..PickArea, Boolean).) |
 | HitTest(Projection, BoundingRect, Boolean) | (Overrides IGeoObjectImpl..::..HitTest(Projection, BoundingRect, Boolean).) |
 | Modify |
Overrides Modify(ModOp). Must be implemented by each GeoObject.
No default implementation.
(Overrides IGeoObjectImpl..::..Modify(ModOp).) |
 | PaintTo3D | (Overrides IGeoObjectImpl..::..PaintTo3D(IPaintTo3D).) |
 | PaintTo3DList | (Overrides IGeoObjectImpl..::..PaintTo3DList(IPaintTo3D, ICategorizedDislayLists).) |
 | Position | (Overrides IGeoObjectImpl..::..Position(GeoPoint, GeoVector, Double).) |
 | PrePaintTo3D | (Overrides IGeoObjectImpl..::..PrePaintTo3D(IPaintTo3D).) |
 | PrepareDisplayList | (Overrides IGeoObjectImpl..::..PrepareDisplayList(Double).) |
 | RealHitTest |
While the normal HitTest only checkes the Location of the object
this method checks the hittest of the object expanded according to the projection in this area |