|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.ows.wfs.WfsService
The WfsService object contains properties and methods related to a WFS service. The service contains an array of layers contained in the service.
| Field Summary | |
static int |
WFS_REQUEST_METHOD_GET
|
static int |
WFS_REQUEST_METHOD_POST
|
| Fields inherited from interface com.moximedia.ows.types.ServiceType |
SERVICE_TYPE_ACETATE, SERVICE_TYPE_WFS, SERVICE_TYPE_WMS |
| Constructor Summary | |
WfsService()
Creates a new WfsService object. |
|
| Method Summary | |
java.lang.String |
getDescribeFeatureTypeUrl()
Gets the base URL used for the WFS DescribeFeatureType requests. |
java.lang.String |
getGetFeatureParsingFormat()
Gets the name of the class used for parsing the GetFeature response for this service. |
int |
getGetFeatureRequestMethod()
Gets the request method enumerator. |
java.lang.String |
getGetFeatureUrl()
Gets the base URL used for the WFS GetFeature requests. |
Layers |
getLayers()
Gets the layers in this service. |
java.lang.String |
getMap(Map map,
Layers layers,
boolean transparent)
Creates the URL used for the image request for this service. |
java.lang.String |
getName()
Get the name of this service. |
java.lang.String |
getNamespace()
Gets the namespace used in requests to this service. |
int |
getObjectId()
Gets the IMF assigned object id for this service. |
java.lang.String |
getOutputFormat()
Gets the output format when requesting WFS features. |
java.lang.String |
getSchema()
Gets the schema used in requests to this service. |
int |
getServiceType()
Gets the service type of this service. |
java.lang.String |
getTransactionUrl()
Gets the base URL used for the WFS transaction requests. |
java.lang.String |
getVersion()
Gets the version number used in WMS requests to this service. |
long |
getVersionNumber()
Gets the version number as a comparable number. |
long |
getVersionNumber(java.lang.String versionString)
Gets the comparable numeric version number associated with a string. |
boolean |
isForwarded()
Returns an indicator of whether responses from this server are forwarded. |
void |
setAuthentication(java.lang.String userpass)
Sets the username and password. |
void |
setGetFeatureUrl(java.lang.String href)
Sets the base URL used for the WMS GetFeature requests. |
void |
setName(java.lang.String name)
Sets the name of this service. |
void |
setNamespace(java.lang.String namespace)
Sets the namespace used in requests to this service. |
void |
setXmlAttribute(Map map,
java.lang.String element,
java.lang.String name,
java.lang.String value)
Sets one of the attributes of this object using a string value. |
boolean |
supports(java.lang.String capability)
Checks to see if the specified capability is supported by this service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int WFS_REQUEST_METHOD_GET
public static final int WFS_REQUEST_METHOD_POST
| Constructor Detail |
public WfsService()
| Method Detail |
public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
namespace - The namespace string.public java.lang.String getSchema()
public void setAuthentication(java.lang.String userpass)
userpass - The credentials separated by a colon, user:passpublic boolean supports(java.lang.String capability)
capability - The capability name.
public boolean isForwarded()
isForwarded in interface Servicepublic java.lang.String getDescribeFeatureTypeUrl()
public java.lang.String getTransactionUrl()
public java.lang.String getGetFeatureParsingFormat()
public int getObjectId()
getObjectId in interface Servicepublic int getGetFeatureRequestMethod()
public java.lang.String getGetFeatureUrl()
public Layers getLayers()
public java.lang.String getName()
getName in interface Servicepublic java.lang.String getOutputFormat()
public int getServiceType()
getServiceType in interface Servicepublic java.lang.String getVersion()
public long getVersionNumber()
public long getVersionNumber(java.lang.String versionString)
versionString - The version string.
public void setGetFeatureUrl(java.lang.String href)
href - The base URL.public void setName(java.lang.String name)
name - The name of this service.
public void setXmlAttribute(Map map,
java.lang.String element,
java.lang.String name,
java.lang.String value)
map - The map that contains this service.element - The XML element tag containing this attribute.name - The XML attribute name.value - The XML attribute value.
public java.lang.String getMap(Map map,
Layers layers,
boolean transparent)
getMap in interface Servicemap - The map containing the servicelayers - The layers to draw.transparent - True if tranparent otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||