Uses of Class
com.esri.core.map.TimeExtent

Packages that use TimeExtent
com.esri.core.map   
com.esri.map   
 

Uses of TimeExtent in com.esri.core.map
 

Methods in com.esri.core.map that return TimeExtent
 TimeExtent TimeAwareLayer.getTimeExtent()
          Gets the valid TimeExtent object for the Layer or null if this service does not support time based queries.
 TimeExtent TimeInfo.getTimeExtent()
          Gets the time extent.
 TimeExtent TimeAwareLayer.getTimeInterval()
          Get the current date/time range that this layer is filtered by.
 TimeExtent TimeExtent.offset(int years, int months, int days)
          Create a new TimeExtent instance offset from this one by the given years, months and days.
 TimeExtent TimeExtent.offset(int hours, int minutes, int seconds, int milliseconds)
          Create a new TimeExtent instance offset from this one by the given hours, minutes and seconds.
 TimeExtent TimeExtent.offset(int years, int months, int days, int hours, int minutes, int seconds, int milliseconds)
          Create a new TimeExtent instance offset from this one by the given years, months, days, hours, minutes, seconds and milliseconds.
 

Methods in com.esri.core.map with parameters of type TimeExtent
 boolean TimeExtent.intersects(TimeExtent timeExtent)
          Used to indicate whether or not the given time extent intersects this one.
 void TimeAwareLayer.setTimeInterval(TimeExtent timeExtent)
          Set the current date/time range that this layer will be filtered by.
 

Uses of TimeExtent in com.esri.map
 

Methods in com.esri.map that return TimeExtent
 TimeExtent ArcGISDynamicMapServiceLayer.getTimeExtent()
           
 TimeExtent ArcGISFeatureLayer.getTimeExtent()
           
 TimeExtent ArcGISImageServiceLayer.getTimeExtent()
           
 TimeExtent TimeAwareLayer.getTimeExtent()
          Gets the valid TimeExtent object for the Layer or null if this service does not support time based queries.
 TimeExtent ArcGISDynamicMapServiceLayer.getTimeInterval()
           
 TimeExtent ArcGISFeatureLayer.getTimeInterval()
           
 TimeExtent ArcGISImageServiceLayer.getTimeInterval()
           
 TimeExtent JMap.getTimeInterval()
          Get the current date/time range being used to filter time aware layers.
 TimeExtent TimeAwareLayer.getTimeInterval()
          Get the current date/time range that this layer is filtered by.
 

Methods in com.esri.map with parameters of type TimeExtent
 void ArcGISDynamicMapServiceLayer.setTimeInterval(TimeExtent timeInterval)
           
 void ArcGISFeatureLayer.setTimeInterval(TimeExtent timeInterval)
           
 void ArcGISImageServiceLayer.setTimeInterval(TimeExtent timeInterval)
           
 void JMap.setTimeInterval(TimeExtent timeInterval)
          Use this to set a date/time range to use to filter data in any time aware layers in the map.
 void TimeAwareLayer.setTimeInterval(TimeExtent timeExtent)
          Set the current date/time range that this layer will be filtered by.
 



Copyright © 2012. All Rights Reserved.