public interface IntersectionQueryInspector extends OsidObjectQueryInspector, OsidAggregateableQueryInspector
This is the query inspector for examining intersection queries.
| Modifier and Type | Method and Description |
|---|---|
SpatialUnitTerm[] |
getContainingSpatialUnitTerms()
Gets the spatial unit query terms.
|
CoordinateTerm[] |
getCoordinateTerms()
Gets the coordinate query terms.
|
BooleanTerm[] |
getForkTerms()
Gets the rotary query terms.
|
IntersectionQueryInspectorRecord |
getIntersectionQueryInspectorRecord(Type intersectionRecordType)
Gets the intersection query inspector record corresponding to the
given
Intersection record Type. |
IdTerm[] |
getMapIdTerms()
Gets the map
Id query terms. |
MapQueryInspector[] |
getMapTerms()
Gets the map query terms.
|
IdTerm[] |
getPathIdTerms()
Gets the path
Id query terms. |
PathQueryInspector[] |
getPathTerms()
Gets the path query terms.
|
BooleanTerm[] |
getRotaryTerms()
Gets the rotary query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsCoordinateTerm[] getCoordinateTerms()
mandatory - This method must be implemented. SpatialUnitTerm[] getContainingSpatialUnitTerms()
mandatory - This method must be implemented. IdTerm[] getPathIdTerms()
Id query terms.mandatory - This method must be implemented. PathQueryInspector[] getPathTerms()
mandatory - This method must be implemented. BooleanTerm[] getRotaryTerms()
mandatory - This method must be implemented. BooleanTerm[] getForkTerms()
mandatory - This method must be implemented. IdTerm[] getMapIdTerms()
Id query terms.mandatory - This method must be implemented. MapQueryInspector[] getMapTerms()
mandatory - This method must be implemented. IntersectionQueryInspectorRecord getIntersectionQueryInspectorRecord(Type intersectionRecordType) throws OperationFailedException
Intersection record Type. intersectionRecordType - an intersection record typeNullArgumentException - intersectionRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(intersectionRecordType) is false
mandatory - This method must be implemented.