Uses of Interface
net.opengis.wms.LegendURLDocument.LegendURL

Packages that use LegendURLDocument.LegendURL
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of LegendURLDocument.LegendURL in net.opengis.wms
 

Methods in net.opengis.wms that return LegendURLDocument.LegendURL
 LegendURLDocument.LegendURL StyleDocument.Style.addNewLegendURL()
          Appends and returns a new empty value (as xml) as the last "LegendURL" element
 LegendURLDocument.LegendURL LegendURLDocument.addNewLegendURL()
          Appends and returns a new empty "LegendURL" element
 LegendURLDocument.LegendURL LegendURLDocument.getLegendURL()
          Gets the "LegendURL" element
 LegendURLDocument.LegendURL[] StyleDocument.Style.getLegendURLArray()
          Gets array of all "LegendURL" elements
 LegendURLDocument.LegendURL StyleDocument.Style.getLegendURLArray(int i)
          Gets ith "LegendURL" element
 LegendURLDocument.LegendURL StyleDocument.Style.insertNewLegendURL(int i)
          Inserts and returns a new empty value (as xml) as the ith "LegendURL" element
static LegendURLDocument.LegendURL LegendURLDocument.LegendURL.Factory.newInstance()
           
static LegendURLDocument.LegendURL LegendURLDocument.LegendURL.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.wms with parameters of type LegendURLDocument.LegendURL
 void LegendURLDocument.setLegendURL(LegendURLDocument.LegendURL legendURL)
          Sets the "LegendURL" element
 void StyleDocument.Style.setLegendURLArray(int i, LegendURLDocument.LegendURL legendURL)
          Sets ith "LegendURL" element
 void StyleDocument.Style.setLegendURLArray(LegendURLDocument.LegendURL[] legendURLArray)
          Sets array of all "LegendURL" element
 

Uses of LegendURLDocument.LegendURL in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement LegendURLDocument.LegendURL
static class LegendURLDocumentImpl.LegendURLImpl
          An XML LegendURL(@http://www.opengis.net/wms).
 

Methods in net.opengis.wms.impl that return LegendURLDocument.LegendURL
 LegendURLDocument.LegendURL LegendURLDocumentImpl.addNewLegendURL()
          Appends and returns a new empty "LegendURL" element
 LegendURLDocument.LegendURL StyleDocumentImpl.StyleImpl.addNewLegendURL()
          Appends and returns a new empty value (as xml) as the last "LegendURL" element
 LegendURLDocument.LegendURL LegendURLDocumentImpl.getLegendURL()
          Gets the "LegendURL" element
 LegendURLDocument.LegendURL[] StyleDocumentImpl.StyleImpl.getLegendURLArray()
          Gets array of all "LegendURL" elements
 LegendURLDocument.LegendURL StyleDocumentImpl.StyleImpl.getLegendURLArray(int i)
          Gets ith "LegendURL" element
 LegendURLDocument.LegendURL StyleDocumentImpl.StyleImpl.insertNewLegendURL(int i)
          Inserts and returns a new empty value (as xml) as the ith "LegendURL" element
 

Methods in net.opengis.wms.impl with parameters of type LegendURLDocument.LegendURL
 void LegendURLDocumentImpl.setLegendURL(LegendURLDocument.LegendURL legendURL)
          Sets the "LegendURL" element
 void StyleDocumentImpl.StyleImpl.setLegendURLArray(int i, LegendURLDocument.LegendURL legendURL)
          Sets ith "LegendURL" element
 void StyleDocumentImpl.StyleImpl.setLegendURLArray(LegendURLDocument.LegendURL[] legendURLArray)
          Sets array of all "LegendURL" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.