com.moximedia.ows.wms.capabilities
Class Style

java.lang.Object
  extended bycom.moximedia.ows.wms.capabilities.Style
All Implemented Interfaces:
java.io.Serializable

public class Style
extends java.lang.Object
implements java.io.Serializable

Implementation of WMS style. Used when parsing WMS capabilities responses to save the useful properties contained in the style sections of the response. Multiple styles can exist for each layer.

Author:
Doug Cates - www.moximedia.com
See Also:
Serialized Form

Field Summary
 java.lang.String legendUrlHref
          The style's legend URL
 java.lang.String name
          The style name
 java.lang.String title
          The style title
 
Constructor Summary
Style()
          Creates a new instance
 
Method Summary
 java.lang.String toString()
          Display some information about this style in a text string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The style name


title

public java.lang.String title
The style title


legendUrlHref

public java.lang.String legendUrlHref
The style's legend URL

Constructor Detail

Style

public Style()
Creates a new instance

Method Detail

toString

public java.lang.String toString()
Display some information about this style in a text string.

Returns:
A string describing the style.


Internet Mapping Framework for OpenGIS Java Object Model API (v1.3.007)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.