public class FilledSplineEditingProvider extends SplineEditingProvider implements EditingProvider
closeSpline, featureStore, finishSpline, options, points, valuesAGGREGATE, ARC, CIRCLE, CIRCUMFERENCE, COMPLEX, CURVE, ELLIPSE, ELLIPTICARC, FILLEDSPLINE, GEOMETRY, LINE, MULTICURVE, MULTILINE, MULTIPOINT, MULTIPOLYGON, MULTISOLID, MULTISURFACE, NULL, PERIELLIPSE, POINT, POLYGON, RING, SOLID, SPLINE, SURFACE| Constructor and Description |
|---|
FilledSplineEditingProvider(ProviderServices services,
DynObject parameters) |
| Modifier and Type | Method and Description |
|---|---|
Geometry |
finish()
Finalizes provider.
|
DrawingStatus |
getDrawingStatus(Point mousePosition)
Gets state of drawing.
|
String |
getName()
Gets provider name.
|
finishAndStore, getParameters, next, setValue, start, stopgetProviderServices, setProviderServicesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinishAndStore, getParameters, next, setValue, start, stopsetProviderServicespublic FilledSplineEditingProvider(ProviderServices services, DynObject parameters)
services - parameters - public DrawingStatus getDrawingStatus(Point mousePosition) throws DrawServiceException
EditingProviderDrawingStatus. List of
geometries of drawing status object can be different from final
geometries. Use this method to get a draft status information while user
is drawing.getDrawingStatus in interface EditingProvidergetDrawingStatus in class SplineEditingProvidermousePosition - Mouse position to draw geometries.DrawingStatus object with a list of geometries and
information.DrawServiceException - if there are some error creating geometries.public Geometry finish() throws FinishServiceException
EditingProviderFeatureStore. Make sure that provider has all required
values.finish in interface EditingProviderfinish in class SplineEditingProviderFinishServiceException - if there are some error getting values,
creating geometries.public String getName()
EditingProvidergetName in interface EditingProvidergetName in class SplineEditingProvider