Uses of Interface
net.opengis.ows10.AcceptFormatsType

Packages that use AcceptFormatsType
net.opengis.ows10   
net.opengis.ows10.impl   
 

Uses of AcceptFormatsType in net.opengis.ows10
 

Methods in net.opengis.ows10 that return AcceptFormatsType
 AcceptFormatsType Ows10Factory.createAcceptFormatsType()
          Returns a new object of class 'Accept Formats Type'.
 AcceptFormatsType GetCapabilitiesType.getAcceptFormats()
          Returns the value of the 'Accept Formats' containment reference.
 

Methods in net.opengis.ows10 with parameters of type AcceptFormatsType
 void GetCapabilitiesType.setAcceptFormats(AcceptFormatsType value)
          Sets the value of the 'Accept Formats' containment reference.
 

Uses of AcceptFormatsType in net.opengis.ows10.impl
 

Fields in net.opengis.ows10.impl declared as AcceptFormatsType
protected  AcceptFormatsType GetCapabilitiesTypeImpl.acceptFormats
          The cached value of the 'Accept Formats' containment reference.
 

Methods in net.opengis.ows10.impl that return AcceptFormatsType
 AcceptFormatsType Ows10FactoryImpl.createAcceptFormatsType()
           
 AcceptFormatsType GetCapabilitiesTypeImpl.getAcceptFormats()
           
 

Methods in net.opengis.ows10.impl with parameters of type AcceptFormatsType
 org.eclipse.emf.common.notify.NotificationChain GetCapabilitiesTypeImpl.basicSetAcceptFormats(AcceptFormatsType newAcceptFormats, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GetCapabilitiesTypeImpl.setAcceptFormats(AcceptFormatsType newAcceptFormats)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.