| com.esri.core.map.TimeAwareLayer |
Known Indirect Subclasses
|
This interface should be implemented by any layer that can be filtered by date/time (time aware). It is used by JMap to determine that a given layer is time aware and can have date/time ranges applied to filter its data.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract TimeExtent |
getTimeExtent()
Gets the valid TimeExtent object for the Layer or null if this service does not support time based queries.
| ||||||||||
| abstract TimeInfo |
getTimeInfo()
Get all the time awareness information for this layer.@return
| ||||||||||
| abstract TimeExtent |
getTimeInterval()
Get the current date/time range that this layer is filtered by.
| ||||||||||
| abstract boolean |
isTimeAware()
Indicates whether or not this particular layer instance is time aware.
| ||||||||||
| abstract void |
setTimeInterval(TimeExtent timeExtent)
Set the current date/time range that this layer will be filtered by.
| ||||||||||
Gets the valid TimeExtent object for the Layer or null if this service does not support time based queries.
Get all the time awareness information for this layer.@return
Get the current date/time range that this layer is filtered by.
Indicates whether or not this particular layer instance is time aware.
Set the current date/time range that this layer will be filtered by.
| timeExtent | the new date/time range |
|---|