Package com.luciad.create.features
Class FeatureCreateContext
java.lang.Object
com.luciad.create.features.FeatureCreateContext
- All Implemented Interfaces:
AutoCloseable
This class provides context information for feature creation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected voidfinalize()getLayer()Returns theFeatureLayerto which the newly created feature will be added.getMap()Returns the map on which the feature is being created.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
getMap
Returns the map on which the feature is being created.- Returns:
- the map on which the feature is being created.
-
getLayer
Returns theFeatureLayerto which the newly created feature will be added.The layer can for example be use to retrieve the
IFeatureGeometryProvider.- Returns:
- the
FeatureLayerto which the newly created feature will be added. - See Also:
-