Uses of Class
adams.flow.transformer.locateobjects.LocatedObject
-
-
Uses of LocatedObject in adams.data.areaoverlap
Methods in adams.data.areaoverlap with parameters of type LocatedObject Modifier and Type Method Description protected org.locationtech.jts.geom.GeometryPolygonBased. toGeometry(LocatedObject obj)Turns the object into a shape.Method parameters in adams.data.areaoverlap with type arguments of type LocatedObject Modifier and Type Method Description LocatedObjectsAbstractAreaOverlap. calculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.LocatedObjectsAbstractAreaOverlap. calculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.LocatedObjectsAreaOverlap. calculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.LocatedObjectsAreaOverlap. calculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.protected StringAbstractAreaOverlap. check(Map<LocatedObject,Map<LocatedObject,Double>> matches)Hook method for checks before calculating the areas.protected StringAbstractAreaOverlap. check(Map<LocatedObject,Map<LocatedObject,Double>> matches)Hook method for checks before calculating the areas.protected abstract LocatedObjectsAbstractAreaOverlap. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.protected abstract LocatedObjectsAbstractAreaOverlap. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.protected LocatedObjectsBoundingBoxBased. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.protected LocatedObjectsBoundingBoxBased. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.protected LocatedObjectsPolygonBased. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches.protected LocatedObjectsPolygonBased. doCalculate(Map<LocatedObject,Map<LocatedObject,Double>> matches, MessageCollection errors)Computes the overlapping areas between the matches. -
Uses of LocatedObject in adams.data.objectfilter
Methods in adams.data.objectfilter that return LocatedObject Modifier and Type Method Description protected LocatedObjectMakeSquare. transform(LocatedObject object, double scaleX, double scaleY, int transX, int transY)Scales/translates the given object.Methods in adams.data.objectfilter that return types with arguments of type LocatedObject Modifier and Type Method Description static List<LocatedObject>MergeOverlapsHelper. findObjectsToMerge(LocatedObject obj, Map<LocatedObject,Double> matches, Set<LocatedObject> merged, String labelKey)Determines the objects to merge.static List<LocatedObject>MergeOverlapsHelper. mergeObjects(LoggingObject loggingObject, List<LocatedObject> objs, ObjectOverlap algorithm, String scoreKey, String labelKey, MergedScoreCalculation mergedScoreCalculation)Merges the objects into a single on.Methods in adams.data.objectfilter with parameters of type LocatedObject Modifier and Type Method Description static List<LocatedObject>MergeOverlapsHelper. findObjectsToMerge(LocatedObject obj, Map<LocatedObject,Double> matches, Set<LocatedObject> merged, String labelKey)Determines the objects to merge.protected intRotate. newH(LocatedObject obj)Computes the new height for the obj.protected intRotate. newW(LocatedObject obj)Computes the new width for the obj.protected intRotate. newX(LocatedObject obj)Computes the new X for the obj.protected intRotate. newY(LocatedObject obj)Computes the new Y for the obj.static org.locationtech.jts.geom.GeometryMergeOverlapsHelper. toGeometry(LocatedObject obj, ObjectOverlap algorithm)Turns the located object's polygon or bbox into a Geometry instance.protected LocatedObjectMakeSquare. transform(LocatedObject object, double scaleX, double scaleY, int transX, int transY)Scales/translates the given object.Method parameters in adams.data.objectfilter with type arguments of type LocatedObject Modifier and Type Method Description static List<LocatedObject>MergeOverlapsHelper. findObjectsToMerge(LocatedObject obj, Map<LocatedObject,Double> matches, Set<LocatedObject> merged, String labelKey)Determines the objects to merge.static List<LocatedObject>MergeOverlapsHelper. findObjectsToMerge(LocatedObject obj, Map<LocatedObject,Double> matches, Set<LocatedObject> merged, String labelKey)Determines the objects to merge.static List<LocatedObject>MergeOverlapsHelper. mergeObjects(LoggingObject loggingObject, List<LocatedObject> objs, ObjectOverlap algorithm, String scoreKey, String labelKey, MergedScoreCalculation mergedScoreCalculation)Merges the objects into a single on. -
Uses of LocatedObject in adams.data.objectoverlap
Methods in adams.data.objectoverlap that return types with arguments of type LocatedObject Modifier and Type Method Description Map<LocatedObject,Map<LocatedObject,Double>>AbstractObjectOverlap. matches(LocatedObjects annotations, LocatedObjects predictions)Computes the overlapping objects between the annotations and the predictions and returns the matches.Map<LocatedObject,Map<LocatedObject,Double>>AbstractObjectOverlap. matches(LocatedObjects annotations, LocatedObjects predictions)Computes the overlapping objects between the annotations and the predictions and returns the matches.Map<LocatedObject,Map<LocatedObject,Double>>ObjectOverlap. matches(LocatedObjects annotations, LocatedObjects predictions)Computes the overlapping objects between the annotations and the predictions and returns the matches.Map<LocatedObject,Map<LocatedObject,Double>>ObjectOverlap. matches(LocatedObjects annotations, LocatedObjects predictions)Computes the overlapping objects between the annotations and the predictions and returns the matches.Methods in adams.data.objectoverlap with parameters of type LocatedObject Modifier and Type Method Description protected voidAbstractObjectOverlap. addMatch(Map<LocatedObject,Map<LocatedObject,Double>> matches, LocatedObject thisObj, LocatedObject otherObj, double score)Records the match for the object.protected doubleDiceCoefficient. calculateDice(LocatedObject thisObj, LocatedObject otherObj)Calculates the Dice for the two objects.protected doubleIntersectOverUnionRatio. calculateIoU(LocatedObject thisObj, LocatedObject otherObj)Calculates the IoU for the two objects.protected voidAbstractObjectOverlap. copyMetaData(LocatedObject source, LocatedObject target)Copies the specified meta-data values (if available) from source to target.protected voidAbstractObjectOverlap. initMatch(Map<LocatedObject,Map<LocatedObject,Double>> matches, LocatedObject thisObj)Initializes the matches for the object.Method parameters in adams.data.objectoverlap with type arguments of type LocatedObject Modifier and Type Method Description protected voidAbstractObjectOverlap. addMatch(Map<LocatedObject,Map<LocatedObject,Double>> matches, LocatedObject thisObj, LocatedObject otherObj, double score)Records the match for the object.protected voidAbstractObjectOverlap. addMatch(Map<LocatedObject,Map<LocatedObject,Double>> matches, LocatedObject thisObj, LocatedObject otherObj, double score)Records the match for the object.protected abstract LocatedObjectsAbstractObjectOverlap. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)Computes the overlapping objects between the annotations and the predictions.protected abstract LocatedObjectsAbstractObjectOverlap. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)Computes the overlapping objects between the annotations and the predictions.protected LocatedObjectsAreaRatio. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)Computes the overlapping objects between the annotations and the predictions.protected LocatedObjectsAreaRatio. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)Computes the overlapping objects between the annotations and the predictions.protected LocatedObjectsDiceCoefficient. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)Computes the overlapping objects between the annotations and the predictions.protected LocatedObjectsDiceCoefficient. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)Computes the overlapping objects between the annotations and the predictions.protected LocatedObjectsIntersectOverUnionRatio. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)Computes the overlapping objects between the annotations and the predictions.protected LocatedObjectsIntersectOverUnionRatio. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)Computes the overlapping objects between the annotations and the predictions.protected LocatedObjectsNull. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)Computes the overlapping objects between the annotations and the predictions.protected LocatedObjectsNull. doCalculate(LocatedObjects annotations, LocatedObjects predictions, Map<LocatedObject,Map<LocatedObject,Double>> matches)Computes the overlapping objects between the annotations and the predictions.protected voidAbstractObjectOverlap. initMatch(Map<LocatedObject,Map<LocatedObject,Double>> matches, LocatedObject thisObj)Initializes the matches for the object.protected voidAbstractObjectOverlap. initMatch(Map<LocatedObject,Map<LocatedObject,Double>> matches, LocatedObject thisObj)Initializes the matches for the object. -
Uses of LocatedObject in adams.data.overlappingobjectremoval
Method parameters in adams.data.overlappingobjectremoval with type arguments of type LocatedObject Modifier and Type Method Description abstract LocatedObjectsAbstractOverlappingObjectRemoval. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.abstract LocatedObjectsAbstractOverlappingObjectRemoval. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsKeepHighestMetaDataValue. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsKeepHighestMetaDataValue. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsMergeOverlaps. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsMergeOverlaps. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsOverlappingObjectRemoval. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsOverlappingObjectRemoval. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsPassThrough. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsPassThrough. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsRemoveAll. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsRemoveAll. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsRemoveLargerRectangle. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsRemoveLargerRectangle. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsRemoveSmallerRectangle. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects.LocatedObjectsRemoveSmallerRectangle. removeOverlaps(LocatedObjects objects, Map<LocatedObject,Map<LocatedObject,Double>> matches)Removes overlapping image objects. -
Uses of LocatedObject in adams.flow.transformer
Methods in adams.flow.transformer with parameters of type LocatedObject Modifier and Type Method Description protected voidImageAnnotator.AnnotatorPanel. logLabelClick(boolean add, LocatedObject object, String label)Logs the addition/removal of a label.protected voidImageAnnotator.AnnotatorPanel. logObjectRemoval(LocatedObject object)Logs the removal of an object.protected voidCompareObjectTypes. updateType(LocatedObject obj, String typeKey)Updates the type if necessary. -
Uses of LocatedObject in adams.flow.transformer.locateobjects
Methods in adams.flow.transformer.locateobjects that return LocatedObject Modifier and Type Method Description LocatedObjectLocatedObjects. find(int index)Returns the object with the specified index.LocatedObjectLocatedObjects. find(String index)Returns the object with the specified index.LocatedObjectLocatedObject. getClone()Returns a clone of the object.Methods in adams.flow.transformer.locateobjects with parameters of type LocatedObject Modifier and Type Method Description booleanAcceptAllLocatedObjectsFilter. accept(LocatedObject obj)Whether to accept the located object.booleanLocatedObjectFilter. accept(LocatedObject obj)Whether to accept the located object.intLocatedObject. compareTo(LocatedObject o)Compares this object with the provided one.booleanLocatedObject. overlap(LocatedObject other)Returns whether the this and the other object overlap.doubleLocatedObject. overlapRatio(LocatedObject other)Returns the overlap ratio (1 = full overlap, 0 = no overlap).RectangleLocatedObject. overlapRectangle(LocatedObject other)Returns the overlapping rectangle.Constructors in adams.flow.transformer.locateobjects with parameters of type LocatedObject Constructor Description LocatedObjects(LocatedObject object)Initializes the list.LocatedObjects(LocatedObject[] objects)Initializes the list.Constructor parameters in adams.flow.transformer.locateobjects with type arguments of type LocatedObject Constructor Description LocatedObjects(List<LocatedObject> objects)Initializes the list. -
Uses of LocatedObject in adams.flow.transformer.negativeregions
Methods in adams.flow.transformer.negativeregions with parameters of type LocatedObject Modifier and Type Method Description protected voidSimpleBlockFill. fillInArea(IntArrayMatrixView matrix, LocatedObject obj, int color)Fills in the area of the object with the specified color. -
Uses of LocatedObject in adams.gui.visualization.image
Fields in adams.gui.visualization.image with type parameters of type LocatedObject Modifier and Type Field Description protected DefaultListModel<LocatedObject>AbstractPointOverlayFromReport.LocatedPointsPanel. m_ModelPointsthe list model with the objects.protected Map<LocatedObject,Polygon>AbstractReportBasedOverlayHelper. m_ObjectLocationMappingsthe cached object/location relation.protected Set<LocatedObject>AbstractObjectOverlayFromReport.SelectedObjectFilter. m_Selectedthe selected objects.protected Set<LocatedObject>AbstractPointOverlayFromReport.SelectedObjectFilter. m_Selectedthe selected objects.Methods in adams.gui.visualization.image that return types with arguments of type LocatedObject Modifier and Type Method Description Map<LocatedObject,Polygon>AbstractReportBasedOverlayHelper. getObjectLocationMappings()Returns the current object/location mappings.Methods in adams.gui.visualization.image with parameters of type LocatedObject Modifier and Type Method Description booleanAbstractObjectOverlayFromReport.SelectedObjectFilter. accept(LocatedObject obj)Whether to accept the located object.booleanAbstractPointOverlayFromReport.SelectedObjectFilter. accept(LocatedObject obj)Whether to accept the located object.protected StringAbstractReportBasedOverlayHelper. applyLabelFormat(LocatedObject object, String type)Applies the label format to the object to generate a display string.intLocatedObjectsTableModel. indexOf(LocatedObject obj)Returns the index of the object in the underlying list.Constructor parameters in adams.gui.visualization.image with type arguments of type LocatedObject Constructor Description SelectedObjectFilter(Set<LocatedObject> selected)Initializes the filter.SelectedObjectFilter(Set<LocatedObject> selected)Initializes the filter. -
Uses of LocatedObject in adams.gui.visualization.object.objectannotations
Methods in adams.gui.visualization.object.objectannotations with parameters of type LocatedObject Modifier and Type Method Description static StringAnnotationUtils. applyLabelFormat(LocatedObject object, String typeSuffix, String labelFormat)Applies the label format to the object to generate a display string. -
Uses of LocatedObject in adams.gui.visualization.object.objectannotations.colors
Fields in adams.gui.visualization.object.objectannotations.colors with type parameters of type LocatedObject Modifier and Type Field Description protected HashMap<LocatedObject,Color>VaryByObject. m_ObjectColorsthe object/color mapping.Methods in adams.gui.visualization.object.objectannotations.colors with parameters of type LocatedObject Modifier and Type Method Description protected abstract ColorAbstractAnnotationColors. doGetColor(LocatedObject object)Returns the color for the object.protected ColorFixedColor. doGetColor(LocatedObject object)Returns the color for the object.protected ColorPerType. doGetColor(LocatedObject object)Returns the color for the object.protected ColorTypeColorMapping. doGetColor(LocatedObject object)Returns the color for the object.protected ColorVaryByObject. doGetColor(LocatedObject object)Returns the color for the object.ColorAbstractAnnotationColors. getColor(LocatedObject object)Returns the color for the object.ColorAnnotationColors. getColor(LocatedObject object)Returns the color for the object. -
Uses of LocatedObject in adams.gui.visualization.object.objectannotations.label
Methods in adams.gui.visualization.object.objectannotations.label with parameters of type LocatedObject Modifier and Type Method Description protected abstract voidAbstractLabelPlotter. doPlotLabel(LocatedObject object, Color color, Graphics2D g)Plots the label.protected voidAnchored. doPlotLabel(LocatedObject object, Color color, Graphics2D g)Plots the label.protected voidMultiLabelPlotter. doPlotLabel(LocatedObject object, Color color, Graphics2D g)Plots the label.protected voidNoLabel. doPlotLabel(LocatedObject object, Color color, Graphics2D g)Plots the label.voidAbstractLabelPlotter. plotLabel(LocatedObject object, Color color, Graphics2D g)Plots the label.voidLabelPlotter. plotLabel(LocatedObject object, Color color, Graphics2D g)Plots the label. -
Uses of LocatedObject in adams.gui.visualization.object.objectannotations.outline
Fields in adams.gui.visualization.object.objectannotations.outline with type parameters of type LocatedObject Modifier and Type Field Description protected Set<LocatedObject>PolygonVertices. m_PlotSubsetthe objects to limit the plotting to.protected Set<LocatedObject>RectangleVertices. m_PlotSubsetthe objects to limit the plotting to.Methods in adams.gui.visualization.object.objectannotations.outline that return LocatedObject Modifier and Type Method Description LocatedObject[]PolygonVertices. getPlotSubset()Returns the current subset to plot.LocatedObject[]RectangleVertices. getPlotSubset()Returns the current subset to plot.LocatedObject[]SubsetPlotSupporter. getPlotSubset()Returns the current subset to plot.Methods in adams.gui.visualization.object.objectannotations.outline with parameters of type LocatedObject Modifier and Type Method Description protected abstract voidAbstractStrokeOutlinePlotter. doPlot(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidPolygonOutline. doPlot(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidPolygonVertices. doPlot(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidRectangleOutline. doPlot(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidRectangleVertices. doPlot(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected abstract voidAbstractOutlinePlotter. doPlotOutline(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidAbstractStrokeOutlinePlotter. doPlotOutline(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidMultiOutlinePlotter. doPlotOutline(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidNoOutline. doPlotOutline(LocatedObject object, Color color, Graphics2D g)Plots the outline.voidAbstractOutlinePlotter. plotOutline(LocatedObject object, Color color, Graphics2D g)Plots the outline.voidOutlinePlotter. plotOutline(LocatedObject object, Color color, Graphics2D g)Plots the outline of the object.voidPolygonVertices. setPlotSubset(LocatedObject obj)Sets the object to limit the plotting to.voidPolygonVertices. setPlotSubset(LocatedObject[] objs)Sets the objects to limit the plotting to.voidRectangleVertices. setPlotSubset(LocatedObject obj)Sets the object to limit the plotting to.voidRectangleVertices. setPlotSubset(LocatedObject[] objs)Sets the objects to limit the plotting to.voidSubsetPlotSupporter. setPlotSubset(LocatedObject obj)Sets the object to limit the plotting to.voidSubsetPlotSupporter. setPlotSubset(LocatedObject[] objs)Sets the objects to limit the plotting to.Method parameters in adams.gui.visualization.object.objectannotations.outline with type arguments of type LocatedObject Modifier and Type Method Description voidPolygonVertices. setPlotSubset(List<LocatedObject> objs)Sets the objects to limit the plotting to.voidRectangleVertices. setPlotSubset(List<LocatedObject> objs)Sets the objects to limit the plotting to.voidSubsetPlotSupporter. setPlotSubset(List<LocatedObject> objs)Sets the objects to limit the plotting to. -
Uses of LocatedObject in adams.gui.visualization.object.objectannotations.shape
Methods in adams.gui.visualization.object.objectannotations.shape with parameters of type LocatedObject Modifier and Type Method Description protected abstract voidAbstractShapePlotter. doPlotShape(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidCenter. doPlotShape(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidFilledPolygon. doPlotShape(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidFilledRectangle. doPlotShape(LocatedObject object, Color color, Graphics2D g)Plots the outline.protected voidMultiShapePlotter. doPlotShape(LocatedObject object, Color color, Graphics2D g)Plots the shape.protected voidNoShape. doPlotShape(LocatedObject object, Color color, Graphics2D g)Plots the outline.voidAbstractShapePlotter. plotShape(LocatedObject object, Color color, Graphics2D g)Plots the outline.voidShapePlotter. plotShape(LocatedObject object, Color color, Graphics2D g)Plots the outline of the object. -
Uses of LocatedObject in adams.gui.visualization.object.tools
Fields in adams.gui.visualization.object.tools declared as LocatedObject Modifier and Type Field Description protected LocatedObjectEdit. m_Objectthe affected object.Fields in adams.gui.visualization.object.tools with type parameters of type LocatedObject Modifier and Type Field Description protected List<LocatedObject>Edit. m_SelectedObjectsthe currently selected object.protected List<LocatedObject>Move. m_SelectedObjectsthe currently selected object.Methods in adams.gui.visualization.object.tools that return types with arguments of type LocatedObject Modifier and Type Method Description protected com.github.fracpete.javautils.struct.Struct2<LocatedObject,Point>Edit. selectVertex(Point p)Returns the vertex that is associated with the location in the image.Methods in adams.gui.visualization.object.tools with parameters of type LocatedObject Modifier and Type Method Description protected booleanEdit. addVertex(LocatedObject objectOld, Point vertex)Adds the vertex to the specified object.protected booleanEdit. updateVertex(LocatedObject objectOld, Point vertexOld, Point vertexNew)Updates the selected object using the old/new vertices.
-