IDLnetOGCWCS::GetServiceSection
Syntax | Return Value | Arguments | Keywords | Examples | Version History | See Also
The IDLnetOGCWCS::GetServiceSection function method returns the values found in the Service section of the XML file returned by the IDLnetOGCWCS::GetCapabilities method. This method will throw an error if the GetServiceSection call fails.
Syntax
Result = Obj->[IDLnetOGCWCS::]GetServiceSection( )
Return Value
Returns a single structure containing Service element items or children of the Service element. Each field returns a string as follows:
Table 33-15: Web Coverage Offering Service Section
Structure Elements
|
Field Name
|
Description
|
|
NAME
|
Name assigned to the server by the service provider
|
|
LABEL
|
The display friendly label for the server
|
|
DESCRIPTION
|
Descriptive information about the server
|
|
KEYWORDS
|
Words to aid cataloging and searching
Returns an array of strings, 0 to many.
|
|
INDIVIDUAL
|
Name of the responsible party
|
|
ORGANIZATION
|
Name of the responsible organization
|
|
POSITION
|
Position held by the responsible individual
|
|
VOICE
|
Phone number of the responsible individual
|
|
FAX
|
Fax number of the responsible individual
|
|
DELIVERY
|
Delivery address of responsible individual
|
|
CITY
|
City portion of responsible party address
|
|
ADMINISTRATIVE
|
State or comparable portion of address
|
|
POSTAL
|
Zip or comparable code of address
|
|
COUNTRY
|
Country of responsible party
|
|
EMAIL
|
E-mail address of responsible party
|
|
ONLINE
|
Online address associated with responsible party
|
|
FEES
|
The fees charged by the service provider.
|
|
ACCESS
|
A list of access constraints imposed by the service provider.
|
Arguments
None
Keywords
None
Examples
See the GetCoverageOfferingBriefs Examples for an example that also uses GetServiceSection.
Version History
See Also
IDLnetOGCWCS::GetCapabilities