Class LocationKlvProcessor

java.lang.Object
org.codice.alliance.libs.klv.LocationKlvProcessor
All Implemented Interfaces:
KlvProcessor

public class LocationKlvProcessor extends Object implements KlvProcessor
Generate the location metadata based on the klv corner data. Callers must supply a KlvProcessor.Configuration that contains a postive (>0) Integer for KlvProcessor.Configuration.SUBSAMPLE_COUNT.
  • Field Details

    • MIN_SUBSAMPLE_COUNT

      public static final Integer MIN_SUBSAMPLE_COUNT
  • Constructor Details

    • LocationKlvProcessor

      public LocationKlvProcessor()
    • LocationKlvProcessor

      public LocationKlvProcessor(GeometryOperator preUnionGeometryOperator, GeometryOperator postUnionGeometryOperator)
      Parameters:
      preUnionGeometryOperator - transform the final Geometry object (must be non-null)
      postUnionGeometryOperator - transform the final Geometry object (must be non-null)
  • Method Details