Class GeometryOperationLoader


  • public class GeometryOperationLoader
    extends java.lang.Object
    Loads a GeometryOperation class
    Version:
    1.7
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static GeometryOperation createGeometryOperation​(java.lang.ClassLoader classLoader, java.lang.String geomOpClassname)
      If anything bad happens while creating the geometry operation, just print a message and fail
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeometryOperationLoader

        public GeometryOperationLoader()
    • Method Detail

      • createGeometryOperation

        public static GeometryOperation createGeometryOperation​(java.lang.ClassLoader classLoader,
                                                                java.lang.String geomOpClassname)
        If anything bad happens while creating the geometry operation, just print a message and fail
        Parameters:
        classLoader -
        geomOpClassname -