Class OperatorFactoryLocal

java.lang.Object
com.esri.core.geometry.OperatorFactory
com.esri.core.geometry.OperatorFactoryLocal

public class OperatorFactoryLocal extends OperatorFactory
An abstract class that represent the basic OperatorFactory interface.
  • Field Details

  • Constructor Details

    • OperatorFactoryLocal

      private OperatorFactoryLocal()
  • Method Details

    • getInstance

      public static OperatorFactoryLocal getInstance()
      Returns a reference to the singleton.
    • getOperator

      public Operator getOperator(Operator.Type type)
      Description copied from class: OperatorFactory
      Returns an operator of the given type. Throws an exception if the operator is not supported.
      Specified by:
      getOperator in class OperatorFactory
    • isOperatorSupported

      public boolean isOperatorSupported(Operator.Type type)
      Description copied from class: OperatorFactory
      Returns True if the given operator exists. The type is one of the Operator::Type values or a user defined value.
      Specified by:
      isOperatorSupported in class OperatorFactory
    • saveJSONToTextFileDbg

      public static void saveJSONToTextFileDbg(String file_name, Geometry geometry, SpatialReference spatial_ref)
    • loadGeometryFromJSONFileDbg

      public static MapGeometry loadGeometryFromJSONFileDbg(String file_name)
    • loadGeometryFromJSONStringDbg

      public static MapGeometry loadGeometryFromJSONStringDbg(String json)
    • loadGeometryFromEsriShapeDbg

      public static Geometry loadGeometryFromEsriShapeDbg(String file_name)
    • saveGeometryToEsriShapeDbg

      public static void saveGeometryToEsriShapeDbg(String file_name, Geometry geometry)
    • saveToWKTFileDbg

      public static void saveToWKTFileDbg(String file_name, Geometry geometry, SpatialReference spatial_ref)
    • loadGeometryFromWKTFileDbg

      public static Geometry loadGeometryFromWKTFileDbg(String file_name)