Class IndexedGeometryContainer
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.model.IndexedGeometryContainer
-
- All Implemented Interfaces:
GeometryContainer
public class IndexedGeometryContainer extends Object implements GeometryContainer
-
-
Constructor Summary
Constructors Constructor Description IndexedGeometryContainer(GeometryEditModel geomModel, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Geometry
getGeometry()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.locationtech.jtstest.testbuilder.model.GeometryContainer
clear
-
-
-
-
Constructor Detail
-
IndexedGeometryContainer
public IndexedGeometryContainer(GeometryEditModel geomModel, int index)
-
-
Method Detail
-
getGeometry
public Geometry getGeometry()
- Specified by:
getGeometry
in interfaceGeometryContainer
-
-