API Reference > OdDb Classes > OdDbGeoPositionMarker Class
OdDbGeoPositionMarker Class
OdDbGeoPositionMarkerOdDbGeoPositionMarkerOdDbGeoPositionMarker
Syntax
C++
class OdDbGeoPositionMarker : public OdDbEntity;

DbGeoPositionMarker.h

 

Class represents a geographical location aware marker object with a label.

 
Name 
Description 
 
 
 
Creates an instance of the OdDbGeoPositionMarker class. 
 
Name 
Description 
 
Enumerator representing alignment type of label text. 
 
Name 
Description 
 
Reads the .dwg file data of this object.
 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Returns the current value of the label text frame enabling flag. The frame enabling flag indicates that the label text has a frame (if true). 
 
Returns the current value of the insertion point (where x, y, z are longitude, latitude and altitude) of the position marker. 
 
Returns the current value of the landing gap of the position marker. 
 
Returns the current value of the geographical location of the position marker.
 
 
Returns the copy of the current position marker multiline text label value. 
 
Returns the current value of the multiline text label visibility flag. The visibility flag indicates that the multiline text label is visible (if true). 
 
Returns the current value of the normal of the position marker as an OdGeVector3d object. 
 
Returns the current value of the position marker notes as an OdString. 
 
 
 
Returns the current value of the insertion point of the position marker. 
 
Returns the current radius value of the position marker. 
 
Sets a new value of the label text frame enabling flag. The frame enabling flag indicates that the label text has a frame (if true).
 
 
Sets a new value of the geographical location of the position marker.
 
 
Sets a new value of the landing gap of the position marker.
 
 
Sets a new value of the geographical location of the position marker.
 
 
Sets a new multiline text label value of the position marker as a copy of the input parameter's referenced value.
 
 
Sets a new value of the multiline text label visibility flag. The visibility flag indicates that the multiline text label is visible (if true).
 
 
Sets a new value of position marker notes.
 
 
Sets a new value of the insertion point of the position marker.
 
 
Sets a new radius value of the position marker.
 
 
Sets a new text label value of the position marker.
 
 
Sets a new value of the label text alignment type.
 
 
Called as the first operation as this object is being closed, for database -resident objects only. 
 
 
 
Sets the values of this object's subentity traits, and returns with the calling object's subentity traits.
 
 
Called by setDatabaseDefaults() after the values are set.
 
 
 
 
 
 
 
 
text 
Returns the current position marker text label value. 
 
Returns the current value of the label text alignment type. 
 
Returns the current value of the label text style of the position marker as an OdDbObjectId. 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.