public class Topologie extends Object
| Constructor and Description |
|---|
Topologie() |
| Modifier and Type | Method and Description |
|---|---|
double[][][] |
getArcs() |
double[] |
getBbox() |
Map<String,GeometryCollection> |
getObjects() |
GeometryCollection |
getObjects(String name) |
Transform |
getTransform() |
String |
getType() |
void |
setArcs(double[][][] arcs) |
void |
setBbox(double[] bbox) |
void |
setObjects(Map<String,GeometryCollection> objects) |
void |
setObjects(String name,
GeometryCollection value) |
void |
setTransform(Transform transform) |
void |
setType(String type) |
public void setType(String type)
public String getType()
public void setTransform(Transform transform)
public Transform getTransform()
public void setBbox(double[] bbox)
public double[] getBbox()
public void setArcs(double[][][] arcs)
public double[][][] getArcs()
public void setObjects(String name, GeometryCollection value)
public void setObjects(Map<String,GeometryCollection> objects)
public GeometryCollection getObjects(String name)
public Map<String,GeometryCollection> getObjects()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.