Class CoordinateReferenceSystemBinder

java.lang.Object
nz.org.riskscape.engine.bind.BaseBinder
nz.org.riskscape.engine.bind.TypeSafeBinder<String,org.geotools.api.referencing.crs.CoordinateReferenceSystem>
nz.org.riskscape.engine.bind.impl.CoordinateReferenceSystemBinder
All Implemented Interfaces:
nz.org.riskscape.engine.bind.ParameterBinder, nz.org.riskscape.engine.Identified

public class CoordinateReferenceSystemBinder extends nz.org.riskscape.engine.bind.TypeSafeBinder<String,org.geotools.api.referencing.crs.CoordinateReferenceSystem>
  • Field Summary

    Fields inherited from class nz.org.riskscape.engine.bind.TypeSafeBinder

    acceptsSourceType, bindsType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected nz.org.riskscape.problem.ResultOrProblems<org.geotools.api.referencing.crs.CoordinateReferenceSystem>
    bindTypedValue(nz.org.riskscape.engine.bind.BindingContext context, String crsName)
     

    Methods inherited from class nz.org.riskscape.engine.bind.TypeSafeBinder

    bindValue, canBind

    Methods inherited from class nz.org.riskscape.engine.bind.BaseBinder

    bind, getId, wrapLookup, wrapLookupNullOnMissing

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface nz.org.riskscape.engine.Identified

    getIdentifiedClass
  • Constructor Details

    • CoordinateReferenceSystemBinder

      public CoordinateReferenceSystemBinder()
  • Method Details

    • bindTypedValue

      protected nz.org.riskscape.problem.ResultOrProblems<org.geotools.api.referencing.crs.CoordinateReferenceSystem> bindTypedValue(nz.org.riskscape.engine.bind.BindingContext context, String crsName)
      Specified by:
      bindTypedValue in class nz.org.riskscape.engine.bind.TypeSafeBinder<String,org.geotools.api.referencing.crs.CoordinateReferenceSystem>