- ILayer - Interface in org.gvsig.remoteclient
- INTERPOLATION_METHOD - Static variable in class org.gvsig.remoteclient.utils.DescribeCoverageTags
-
- INTERVAL - Static variable in class org.gvsig.remoteclient.utils.DescribeCoverageTags
-
- INVALID_FORMAT - Static variable in class org.gvsig.remoteclient.utils.CapabilitiesTags
-
- IQueue - Interface in org.gvsig.remoteclient.taskplanning
-
You should write your own concrete Queue implementation to hold the tasks in
a specific kind of queue.
- IRasterClient - Interface in org.gvsig.remoteclient
- IRunnableTask - Interface in org.gvsig.remoteclient.taskplanning
-
Interface implemented by those tasks that can be background-executed,
cancelled or any other thing.
- isDeleted - Variable in class org.gvsig.remoteclient.ogc.request.OGCRequest
-
- isDeleted() - Method in class org.gvsig.remoteclient.ogc.request.OGCRequest
-
- isEmpty() - Method in interface org.gvsig.remoteclient.taskplanning.IQueue
-
Returns true if the Queue has no (more) jobs to do.
- isEmpty() - Method in class org.gvsig.remoteclient.taskplanning.retrieving.RetrieveQueue
-
- isNumber(String) - Static method in class org.gvsig.remoteclient.utils.Utilities
-
Checks if a String is a number or not
- isOperationSupported(String) - Method in class org.gvsig.remoteclient.ogc.OGCServiceInformation
-
- isRunning() - Method in interface org.gvsig.remoteclient.taskplanning.IRunnableTask
-
Tells if the task is on execution.
- isRunning() - Method in class org.gvsig.remoteclient.taskplanning.retrieving.URLRetrieveTask
-
- isTextData(byte[]) - Static method in class org.gvsig.remoteclient.utils.Utilities
-
Checks a byte array and tells if it contains only text or contains
any binary data.
- isTextFile(File) - Static method in class org.gvsig.remoteclient.utils.Utilities
-
Checks a File and tries to figure if the file is a text or a binary file.
Keep in mind that binary files are those that contains at least one
non-printable character.
- isTextFile(File, int) - Static method in class org.gvsig.remoteclient.utils.Utilities
-
Checks a File and tries to figure if the file is a text or a binary file.
Keep in mind that binary files are those that contains at least one
non-printable character.
- isValidVersion(String) - Static method in class org.gvsig.remoteclient.utils.Utilities
-
- ITaskPlanner - Interface in org.gvsig.remoteclient.taskplanning
-
ITaskPlanner provides an interface to program your own task planning.