Interface SpeedZoneQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector

public interface SpeedZoneQueryInspector extends OsidRuleQueryInspector

This is the query inspector for examining speed zone queries.

  • Method Details

    • getPathIdTerms

      IdTerm[] getPathIdTerms()
      Gets the path Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getPathTerms

      PathQueryInspector[] getPathTerms()
      Gets the path query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCoordinateTerms

      CoordinateTerm[] getCoordinateTerms()
      Gets the coordinate query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getContainingSpatialUnitTerms

      SpatialUnitTerm[] getContainingSpatialUnitTerms()
      Gets the spatial unit query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getImplicitTerms

      BooleanTerm[] getImplicitTerms()
      Gets the implicit query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getSpeedLimitTerms

      SpeedRangeTerm[] getSpeedLimitTerms()
      Gets the speed limit query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getMapIdTerms

      IdTerm[] getMapIdTerms()
      Gets the map Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getMapTerms

      MapQueryInspector[] getMapTerms()
      Gets the map query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getSpeedZoneQueryInspectorRecord

      SpeedZoneQueryInspectorRecord getSpeedZoneQueryInspectorRecord(Type speedZoneRecordType) throws OperationFailedException
      Gets the speed zone query inspector record corresponding to the given SpeedZone record Type .
      Parameters:
      speedZoneRecordType - a speed zone record type
      Returns:
      the speed zone query inspector record
      Throws:
      NullArgumentException - speedZoneRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(speedZoneRecordType) is false
      Compliance:
      mandatory - This method must be implemented.