[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[IDV #DVM-539607]: get spatial resolution and turn off IDV by using script
- Subject: [IDV #DVM-539607]: get spatial resolution and turn off IDV by using script
- Date: Tue, 19 Jan 2010 10:07:58 -0700
Hi,
>
> I would like to ask two questions as follow:
>
> 1) Can I get spatial resolution of grid data sources by using script?
>
> I tried to use some methods to get description of data source and data
> choice but it seems that these methods do not describe all metadata.
>
There is no straight forward way of doing that.
> 2) Also by using script, are there anyway to turn off IDV?
>
Yes. You can just call:
java.lang.System.exit(0);
This will exit the Java runtime.
-Jeff
Ticket Details
===================
Ticket ID: DVM-539607
Department: Support IDV
Priority: Normal
Status: Closed