Exemplo n.º 1
0
 public List<LatLon> getLocations() {
   return Collections.unmodifiableList(this.locations);
 }
Exemplo n.º 2
0
 /**
  * Returns the partial cylinders comprising the shape.
  *
  * @return the cylinders comprising the shape, or an empty list if the shape contains no layers.
  */
 public List<Layer> getLayers() {
   return Collections.unmodifiableList(this.layers);
 }