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()VarGeometryCollectionadd(VarGeometry geometry)List<VarGeometry>getGeometries()StringgetId()VarTypegetType()Varset_Id(String id)VarGeometryCollectionsetGeometries(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