org.geotools.data.wms
Class WMSOperationType

java.lang.Object
  extended byorg.geotools.data.ows.OperationType
      extended byorg.geotools.data.wms.WMSOperationType

public class WMSOperationType
extends OperationType

A subclass of OperationType that allows format getters and setters without having to cast them.

Author:
Richard Gould

Field Summary
 
Fields inherited from class org.geotools.data.ows.OperationType
formats
 
Constructor Summary
WMSOperationType()
           
 
Method Summary
 java.lang.String[] getFormatStrings()
           
 void setFormatStrings(java.lang.String[] formats)
           
 
Methods inherited from class org.geotools.data.ows.OperationType
getFormats, getGet, getPost, setFormats, setGet, setPost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSOperationType

public WMSOperationType()
Method Detail

getFormatStrings

public java.lang.String[] getFormatStrings()

setFormatStrings

public void setFormatStrings(java.lang.String[] formats)


Copyright © GeoTools. All Rights Reserved.