Class GeometryOperationLoader
java.lang.Object
org.locationtech.jtstest.testrunner.GeometryOperationLoader
Loads a GeometryOperation class
- Version:
- 1.7
- Author:
- Martin Davis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeometryOperation
createGeometryOperation
(ClassLoader classLoader, String geomOpClassname) If anything bad happens while creating the geometry operation, just print a message and fail
-
Constructor Details
-
GeometryOperationLoader
public GeometryOperationLoader()
-
-
Method Details
-
createGeometryOperation
public static GeometryOperation createGeometryOperation(ClassLoader classLoader, String geomOpClassname) If anything bad happens while creating the geometry operation, just print a message and fail- Parameters:
classLoader
-geomOpClassname
-
-