Class StaticGeometryContainer
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.model.StaticGeometryContainer
-
- All Implemented Interfaces:
GeometryContainer
public class StaticGeometryContainer extends java.lang.Object implements GeometryContainer
-
-
Constructor Summary
Constructors Constructor Description StaticGeometryContainer(Geometry geometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Geometry
getGeometry()
-
-
-
Field Detail
-
geometry
private Geometry geometry
-
-
Constructor Detail
-
StaticGeometryContainer
public StaticGeometryContainer(Geometry geometry)
-
-
Method Detail
-
getGeometry
public Geometry getGeometry()
- Specified by:
getGeometry
in interfaceGeometryContainer
-
-