Class GeometryEditorVertex
GeometryEditor.
 
 Vertices represent points in a GeometryEditor.geometryProperty(). They display the existing location
 of the point, and are used in interactive workflows to allow you to select and move those points. For more information
 about selecting and working with selections, see GeometryEditor.
 
 When a vertex is selected (displayed with a selection halo), the selected element
 is a GeometryEditorVertex.
 
 Select a vertex programmatically using GeometryEditor.selectVertex(long, long), or move it programmatically
 using GeometryEditor.moveSelectedElement(double, double) or GeometryEditor.moveSelectedElement(Point).
 
 Use the GeometryEditorStyle.vertexSymbolProperty() and GeometryEditorStyle.selectedVertexSymbolProperty()
 to change the appearance of the vertex when unselected and selected, or set to null to prevent them from being
 displayed entirely.
 
 To prevent vertices from being selected interactively while still allowing programmatic selection, set the value of the
 InteractionConfiguration.allowVertexSelectionProperty() to false.
- Since:
- 200.1.0
- See Also:
- 
Property SummaryPropertiesTypePropertyDescriptionThe index position of the part which contains the vertex.The position of the vertex in theSpatialReferenceof the associatedMapView.The index position of the vertex within a part.
- 
Method SummaryModifier and TypeMethodDescriptionlongGets the value of thepartIndexproperty.getPoint()Gets the value of thepointproperty.longGets the value of thevertexIndexproperty.The index position of the part which contains the vertex.The position of the vertex in theSpatialReferenceof the associatedMapView.The index position of the vertex within a part.Methods inherited from class com.esri.arcgisruntime.mapping.view.geometryeditor.GeometryEditorElementcanDeleteProperty, canMoveProperty, canRotateProperty, canScaleProperty, extentProperty, getCanDelete, getCanMove, getCanRotate, getCanScale, getExtent
- 
Property Details- 
partIndexThe index position of the part which contains the vertex.- Since:
- 200.1.0
- See Also:
 
- 
pointThe position of the vertex in theSpatialReferenceof the associatedMapView.- Since:
- 200.1.0
- See Also:
 
- 
vertexIndexThe index position of the vertex within a part.- Since:
- 200.1.0
- See Also:
 
 
- 
- 
Method Details- 
partIndexPropertyThe index position of the part which contains the vertex.- Returns:
- the partIndexproperty
- Since:
- 200.1.0
- See Also:
 
- 
getPartIndexpublic long getPartIndex()Gets the value of thepartIndexproperty.- Property description:
- The index position of the part which contains the vertex.
- Returns:
- the value of the partIndexproperty
- Since:
- 200.1.0
- See Also:
 
- 
pointPropertyThe position of the vertex in theSpatialReferenceof the associatedMapView.- Returns:
- the pointproperty
- Since:
- 200.1.0
- See Also:
 
- 
getPointGets the value of thepointproperty.- Property description:
- The position of the vertex in the SpatialReferenceof the associatedMapView.
- Returns:
- the value of the pointproperty
- Since:
- 200.1.0
- See Also:
 
- 
vertexIndexPropertyThe index position of the vertex within a part.- Returns:
- the vertexIndexproperty
- Since:
- 200.1.0
- See Also:
 
- 
getVertexIndexpublic long getVertexIndex()Gets the value of thevertexIndexproperty.- Property description:
- The index position of the vertex within a part.
- Returns:
- the value of the vertexIndexproperty
- Since:
- 200.1.0
- See Also:
 
 
-