|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DrawingLevel | |
|---|---|
| com.micello.mapapi | This package includes the main administrative classes for the Micello Map API. |
| com.micello.mapapi.data | This package includes the classes that control the map data. |
| com.micello.mapapi.render | This package includes the classes for rendering the map. |
| com.micello.mapapi.standard | This package includes the classes to implement high level functions on top of the map control. |
| Uses of DrawingLevel in com.micello.mapapi |
|---|
| Methods in com.micello.mapapi with parameters of type DrawingLevel | |
|---|---|
void |
ErrorMonitor.onCommunityChanged(Community community,
Drawing drawing,
DrawingLevel level,
int flags)
This is part of a listener method to monitor for errors. |
| Uses of DrawingLevel in com.micello.mapapi.data |
|---|
| Methods in com.micello.mapapi.data that return DrawingLevel | |
|---|---|
DrawingLevel |
MapData.getCurrentLevel()
This method gets the currently rendered level. |
DrawingLevel |
MapData.getLevel(int levelId)
This method returns the level given by the passed level id. |
DrawingLevel |
Drawing.getMainLevel()
This method returns the main level for the drawing. |
DrawingLevel |
MapData.getPendingLevel()
This method gets the most recently set drawing level. |
static DrawingLevel |
DrawingLevel.load(JSONObject levelJSON)
This method loads the level from a JSON object. |
| Methods in com.micello.mapapi.data that return types with arguments of type DrawingLevel | |
|---|---|
java.util.List<DrawingLevel> |
Drawing.getLevels()
This method returns the drawing levels for the drawing. |
| Methods in com.micello.mapapi.data with parameters of type DrawingLevel | |
|---|---|
com.micello.mapapi.data.Geometry |
IdGeomReference.getGeometry(DrawingLevel level)
This method returns the geometry. |
com.micello.mapapi.data.Geometry |
GeomReference.getGeometry(DrawingLevel level)
This method returns the geometry associated with this geometry reference. |
com.micello.mapapi.data.Geometry |
AddressGeomReference.getGeometry(DrawingLevel level)
This method returns the geometry. |
float[] |
MarkerOverlay.getMarkerXY(DrawingLevel level)
This method gets the map coordinate point for the marker overlay. |
float[] |
MapObject.getMarkerXY(DrawingLevel level)
The location on which to place a marker for this object. |
float[] |
PointReference.getXY(DrawingLevel level)
This method returns an XY location. |
float[] |
MLatLonPoint.getXY(DrawingLevel level)
This method is intended for internal use. |
float[] |
MapPoint.getXY(DrawingLevel level)
This method is intended for internal use. |
float[] |
IdGeomReference.getXY(DrawingLevel level)
This returns the location in map coordinates for placing a marker on the geometry. |
float[] |
AddressGeomReference.getXY(DrawingLevel level)
This returns the location in map coordinates for placing a marker on the geometry. |
boolean |
PointReference.isOnLevel(DrawingLevel level)
This method returns true if the referenced point should appear on the given level. |
boolean |
MLatLonPoint.isOnLevel(DrawingLevel level)
This method is intended for internal use. |
boolean |
MapPoint.isOnLevel(DrawingLevel level)
This method is intended for internal use. |
boolean |
IdGeomReference.isOnLevel(DrawingLevel level)
This method is intended for internal use. |
boolean |
AddressGeomReference.isOnLevel(DrawingLevel level)
This method is intended for internal use. |
void |
MapObjectInfo.loadMarkerOverlay(MarkerOverlay marker,
DrawingLevel level,
boolean isoLevel)
This method create a MapObjectInfo for the given marker. |
void |
CommunityChangedListener.onCommunityChanged(Community community,
Drawing drawing,
DrawingLevel level,
int flags)
This method is called when the community, drawing or level status changes. |
| Uses of DrawingLevel in com.micello.mapapi.render |
|---|
| Methods in com.micello.mapapi.render with parameters of type DrawingLevel | |
|---|---|
void |
MapViewRegion.onCommunityChanged(Community comunity,
Drawing drawing,
DrawingLevel level,
int flags)
This is part of the drawing changed listener implementation. |
| Uses of DrawingLevel in com.micello.mapapi.standard |
|---|
| Methods in com.micello.mapapi.standard with parameters of type DrawingLevel | |
|---|---|
void |
InfoHelper.onCommunityChanged(Community community,
Drawing drawing,
DrawingLevel level,
int flags)
This is part of the CommunityChangedListener interface. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||