Package com.luciad.models.features
Class FeatureQueryTermination
java.lang.Object
com.luciad.models.features.FeatureQueryTermination
- All Implemented Interfaces:
AutoCloseable
A class storing information about why a feature query was terminated.
- Since:
- 2026.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder class to create aFeatureQueryTermination.static enumEnum of possible reasons a feature query was terminated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected voidfinalize()Returns the reason for the termination of the query.Returns a new builder for creating aFeatureQueryTermination.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
newBuilder
Returns a new builder for creating aFeatureQueryTermination.- Returns:
- a new builder for creating a
FeatureQueryTermination.
-
getReason
Returns the reason for the termination of the query.- Returns:
- the reason for the termination of the query.
-