Download A Visualization Toolkit for Large Geospatial Image Datasets Zachary
Transcript
String strDataVtx Name , NamedValueMap att rMap) throws IOException * * * * * Requests the resource corresponding to<code>strDataVtxName</code> viewed from nav vertex <code>strNavVtxName</code> with the attribute values contained in <code>attrMap</code> from the DataLink Server and returns it as an InputStream. This method is intended for use in applications where Java 1.2 may not be used. * * Oparam strNavVtxName Nav vertex of requested resource. * * Oparam strDataVtxName * resource requested. The name of a data vertex for the type of * * * Oparam attrMap A set of name/value pairings that define the attributes of the selected resource (can <b>not</b> be null). * * * * * * * @return a String containing the URL for a properly formatted request to the DataLinkServlet for the resource corresponding to <code>strDataVtxName</code> viewed from nav vertex <code>strNavVtxName</code> with the attribute values contained in <code>attrMap</code>. * * @since JDK1.0 public static final InputStream openResourceStream(String strNavVtx Name String strDataVtx Name SimpleNamedValue Map attrMap) throws IOException * Requests the resource at nav vertex <code>strNavVtxName</code> * with the attribute values contained in <code>attrMap</code> from * the DataLink Server and returns it as an InputStream. * * @param strNavVtxName Nay vertex of requested resource. * 156