Class Conversion.Method

Object
Method
Enclosing class:
Conversion

public static class Conversion.Method extends Object
Represents a conversion method in PROJJSON.
  • Constructor Details

    • Method

      public Method()
      Creates a new Method with default values.
  • Method Details

    • getName

      public String getName()
      Gets the name of the method.
      Returns:
      The method name, e.g., "Transverse Mercator"
    • setName

      public void setName(String name)
      Sets the name of the method.
      Parameters:
      name - The method name
    • getId

      public Object getId()
      Gets the ID of the method.
      Returns:
      The method ID
    • setId

      public void setId(Object id)
      Sets the ID of the method.
      Parameters:
      id - The method ID