Class ListGeometryContainer
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.model.ListGeometryContainer
-
- All Implemented Interfaces:
GeometryContainer
public class ListGeometryContainer extends Object implements GeometryContainer
-
-
Constructor Summary
Constructors Constructor Description ListGeometryContainer()
-
-
-
Method Detail
-
add
public void add(Geometry geom)
-
clear
public void clear()
- Specified by:
clear
in interfaceGeometryContainer
-
getGeometry
public Geometry getGeometry()
- Specified by:
getGeometry
in interfaceGeometryContainer
-
-