Class LocationUpdateField

java.lang.Object
org.codice.alliance.video.stream.mpegts.plugins.UpdateParent.BaseUpdateField
org.codice.alliance.video.stream.mpegts.plugins.LocationUpdateField

@NotThreadSafe public class LocationUpdateField extends UpdateParent.BaseUpdateField
Update the parent metacard location field with the union of each child location field.
  • Constructor Details

    • LocationUpdateField

      public LocationUpdateField(org.codice.alliance.libs.klv.GeometryOperator preUnionGeometryOperator, org.codice.alliance.libs.klv.GeometryOperator postUnionGeometryOperator)
      Parameters:
      preUnionGeometryOperator - applied to each child location before the union
      postUnionGeometryOperator - applied to the location just before being saved to the parent
  • Method Details