cgl.ogc.wms.gml_Impl
Class GMLNameSpace_Impl

java.lang.Object
  extended bycgl.ogc.wms.gml_Impl.GMLNameSpace_Impl
All Implemented Interfaces:
GMLNameSpace

public class GMLNameSpace_Impl
extends java.lang.Object
implements GMLNameSpace

Title:

Description:

Copyright: Copyright (c) 2005

Company: Indiana University - Computer Science Dept.

Version:
1.0
Author:
Ahmet Sayar

Constructor Summary
GMLNameSpace_Impl()
          Creates a new GMLNameSpace_Impl object.
GMLNameSpace_Impl(java.lang.String nameSpace)
          Creates a new GMLNameSpace_Impl object.
 
Method Summary
 java.lang.String getNameSpaceName()
          returns the name of the name space.
 java.lang.String getNameSpaceValue()
          returns the value of the name space.
 java.lang.String getSubSpaceName()
          returns the name of the sub space.
 void setNameSpaceValue(java.lang.String nameSpaceValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GMLNameSpace_Impl

public GMLNameSpace_Impl()
Creates a new GMLNameSpace_Impl object.


GMLNameSpace_Impl

public GMLNameSpace_Impl(java.lang.String nameSpace)
Creates a new GMLNameSpace_Impl object.

Parameters:
nameSpace -
Method Detail

getNameSpaceName

public java.lang.String getNameSpaceName()
Description copied from interface: GMLNameSpace
returns the name of the name space.

if the name space is 'xmlns:gml="http://www.opengis.net/gml"', 'xmlns' will be returned

Specified by:
getNameSpaceName in interface GMLNameSpace
Returns:
String

getSubSpaceName

public java.lang.String getSubSpaceName()
Description copied from interface: GMLNameSpace
returns the name of the sub space.

if the name space is 'xmlns:gml="http://www.opengis.net/gml"', 'gml' will be returned

Specified by:
getSubSpaceName in interface GMLNameSpace
Returns:
String

getNameSpaceValue

public java.lang.String getNameSpaceValue()
Description copied from interface: GMLNameSpace
returns the value of the name space.

if the name space is 'xmlns:gml="http://www.opengis.net/gml"', 'http://www.opengis.net/gml' will be returned

Specified by:
getNameSpaceValue in interface GMLNameSpace
Returns:
String

setNameSpaceValue

public void setNameSpaceValue(java.lang.String nameSpaceValue)
Specified by:
setNameSpaceValue in interface GMLNameSpace
Parameters:
nameSpaceValue - String
See Also:
org.deegree_impl.gml.GMLNameSpace_Impl#getNameSpaceValue()

toString

public java.lang.String toString()
Returns:
String