org.deegree.ogcbasic
Interface BaseURL

All Known Subinterfaces:
AuthorityURL, DataURL, FeatureListURL, LegendURL, LogoURL, MetadataURL, StyleSheetURL, StyleURL
All Known Implementing Classes:
AuthorityURL_Impl, BaseURL_Impl, DataURL_Impl, FeatureListURL_Impl, LegendURL_Impl, LogoURL_Impl, MetadataURL_Impl, StyleSheetURL_Impl, StyleURL_Impl

public interface BaseURL

This is the base interface of all capabilities URL-fields. The element in XXXXURL indicates the MIME type of the resource. The address is represented by the element.

----------------------------------------------------------------------

Version:
2002-03-01
Author:
Andreas Poth

Method Summary
 java.lang.String getFormat()
          returns the MIME type of the resource
 java.net.URL getOnlineResource()
          returns the address (URL) of the resource
 

Method Detail

getFormat

public java.lang.String getFormat()
returns the MIME type of the resource


getOnlineResource

public java.net.URL getOnlineResource()
returns the address (URL) of the resource