Class LocationUpdateField
java.lang.Object
org.codice.alliance.video.stream.mpegts.plugins.UpdateParent.BaseUpdateField
org.codice.alliance.video.stream.mpegts.plugins.LocationUpdateField
Update the parent metacard location field with the union of each child location field.
-
Constructor Summary
ConstructorsConstructorDescriptionLocationUpdateField(org.codice.alliance.libs.klv.GeometryOperator preUnionGeometryOperator, org.codice.alliance.libs.klv.GeometryOperator postUnionGeometryOperator) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voiddoUpdateField(ddf.catalog.data.Metacard parent, List<ddf.catalog.data.Metacard> children, Context context) Methods inherited from class org.codice.alliance.video.stream.mpegts.plugins.UpdateParent.BaseUpdateField
end, updateField
-
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 unionpostUnionGeometryOperator- applied to the location just before being saved to the parent
-
-
Method Details
-
doEnd
- Specified by:
doEndin classUpdateParent.BaseUpdateField
-
doUpdateField
protected void doUpdateField(ddf.catalog.data.Metacard parent, List<ddf.catalog.data.Metacard> children, Context context) - Specified by:
doUpdateFieldin classUpdateParent.BaseUpdateField
-