Package | Description |
---|---|
com.docdoku.core.product | |
com.docdoku.core.services |
Modifier and Type | Field and Description |
---|---|
private Set<Marker> |
Layer.markers |
Modifier and Type | Method and Description |
---|---|
Set<Marker> |
Layer.getMarkers() |
Modifier and Type | Method and Description |
---|---|
void |
Layer.addMarker(Marker marker) |
void |
Layer.removeMarker(Marker marker) |
Modifier and Type | Method and Description |
---|---|
void |
Layer.setMarkers(Set<Marker> markers) |
Modifier and Type | Method and Description |
---|---|
Marker |
IProductManagerLocal.createMarker(int pLayerId,
String pTitle,
String pDescription,
double pX,
double pY,
double pZ) |
Marker |
IProductManagerWS.createMarker(int layerId,
String title,
String description,
double x,
double y,
double z)
Creates a new marker that will be a member of the given layer.
|
Copyright © 2013 OW2 Consortium. All Rights Reserved.