Package com.walkfares.odsl.var.geo
Class VarGeometryCollection
java.lang.Object
com.walkfares.odsl.var.BaseVar
com.walkfares.odsl.var.geo.VarGeometryCollection
- All Implemented Interfaces:
Var
public class VarGeometryCollection extends BaseVar
-
Constructor Summary
Constructors Constructor Description VarGeometryCollection()
-
Method Summary
Modifier and Type Method Description Var
_clone()
VarGeometryCollection
add(VarGeometry geometry)
List<VarGeometry>
getGeometries()
String
getId()
VarType
getType()
Var
set_Id(String id)
VarGeometryCollection
setGeometries(List<VarGeometry> geometries)
Methods inherited from class com.walkfares.odsl.var.BaseVar
add, applyChanges, getLinks, getTypeName, getUID, setLinks, toString, tryConvert
-
Constructor Details
-
VarGeometryCollection
public VarGeometryCollection()
-
-
Method Details