VenueGeometry (API Reference)
Class VenueGeometry
Represents a geometry inside the VenueLevel. The geometry can be any object
inside the level, like a room, a wall or a table. Also the geometry can represent virtual
objects, like a team area in an open space.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGeometry types.static final classRepresents an internal addresses of the geometry inside the venue.static enumDefines how the geometry will be presented. -
Method Summary
Modifier and TypeMethodDescriptionGets a bounding box of the geometry.Gets a center of the geometry.Gets a type of the geometry.Gets an id of the geometry.Gets an internal address of the geometry.Gets a label name of the geometry.Gets a label style of the geometry.getLevel()Gets a parent level of the geometry.Gets level ID of the geometry.Gets a lookup type of the geometry.getName()Gets a name of the geometry.Gets a parent geometry on which the current geometry is located.Gets the properties of the geometry.getStyle()Gets a style of the geometry.
-
Method Details
-
getIdentifier
Gets an id of the geometry.
- Returns:
The
idof the geometry.
-
getLevel
Gets a parent level of the geometry.
- Returns:
The parent level of the geometry.
-
getGeometryType
Gets a type of the geometry.
- Returns:
The type of the geometry.
-
getCenter
Gets a center of the geometry.
- Returns:
The geographic coordinates of the center of the geometry.
-
getBoundingBox
Gets a bounding box of the geometry.
- Returns:
The
GeoBoxof the bounding area of the geometry.
-
getProperties
Gets the properties of the geometry.
- Returns:
The properties of the geometry.
-
getInternalAddress
Gets an internal address of the geometry.
- Returns:
The internal address of the geometry.
-
getName
Gets a name of the geometry.
If no name has been set, returns a label name.
- Returns:
The name of the geometry.
-
getLabelName
Gets a label name of the geometry.
- Returns:
The label name of the geometry.
-
getLookupType
Gets a lookup type of the geometry.
- Returns:
The lookup type of the geometry.
-
getParentGeometry
Gets a parent geometry on which the current geometry is located.
Defaults to
null, if the geometry represents a base shape.- Returns:
The parent geometry.
-
getStyle
Gets a style of the geometry.
- Returns:
The style of the geometry.
-
getLabelStyle
Gets a label style of the geometry.
- Returns:
The label style of the geometry.
-
getLevelID
Gets level ID of the geometry.
- Returns:
The level ID of geometry.
-