Class FrameCenterUpdateField

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

@NotThreadSafe public class FrameCenterUpdateField extends UpdateParent.BaseUpdateField
Update the frame-center field based on the frame-center data in the children. The coordinates of the child frame-center linestrings are concatenated into a single linestring and saved to the parent.

This is not thread-safe.

  • Field Details

  • Constructor Details

    • FrameCenterUpdateField

      public FrameCenterUpdateField(org.codice.alliance.libs.klv.GeometryOperator geometryOperator, org.locationtech.jts.geom.GeometryFactory geometryFactory)
      Parameters:
      geometryOperator - applied to the final linestring before it is saved to the parent
      geometryFactory - factory for creating geometry objects
  • Method Details