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 TypeMethodDescriptionvoid
close()
protected void
finalize()
getLayer()
Returns theFeatureLayer
to 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:
close
in interfaceAutoCloseable
-
getMap
Returns the map on which the feature is being created.- Returns:
- the map on which the feature is being created.
-
getLayer
Returns theFeatureLayer
to which the newly created feature will be added.The layer can for example be use to retrieve the
IFeatureGeometryProvider
.- Returns:
- the
FeatureLayer
to which the newly created feature will be added. - See Also:
-