org.gvsig.remoteclient.wmts
Class WMTSServiceInformation
java.lang.Object
org.gvsig.remoteclient.ogc.OGCServiceInformation
org.gvsig.remoteclient.wmts.WMTSServiceInformation
public class WMTSServiceInformation
- extends OGCServiceInformation
Class that represents the description of the WMS metadata.
The first part of the capabilities will return the service information
from the WMS, this class will hold this information.
- Author:
- Nacho Brodin (nachobrodin@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public java.lang.String version
name
public java.lang.String name
scope
public java.lang.String scope
title
public java.lang.String title
abstr
public java.lang.String abstr
keywords
public java.lang.String keywords
fees
public java.lang.String fees
operationsInfo
public java.lang.String operationsInfo
personname
public java.lang.String personname
organization
public java.lang.String organization
function
public java.lang.String function
addresstype
public java.lang.String addresstype
address
public java.lang.String address
place
public java.lang.String place
province
public java.lang.String province
postcode
public java.lang.String postcode
country
public java.lang.String country
phone
public java.lang.String phone
fax
public java.lang.String fax
email
public java.lang.String email
formats
public java.util.Vector formats
WMTSServiceInformation
public WMTSServiceInformation()
isQueryable
public boolean isQueryable()
hasLegendGraphic
public boolean hasLegendGraphic()
clear
public void clear()
createOperation
public OGCClientOperation createOperation(java.lang.String name)
- Specified by:
createOperation in class OGCServiceInformation
createOperation
public OGCClientOperation createOperation(java.lang.String name,
java.lang.String onlineResource)
- Specified by:
createOperation in class OGCServiceInformation
Copyright © 2004-2013 gvSIG. All Rights Reserved.