Package org.gvsig.gpe.prov.kml.writer
Class MetadataElement
java.lang.Object
org.gvsig.gpe.prov.kml.writer.MetadataElement
- Version:
- $Id$
- Author:
- gvSIG Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildElement(String namespace, String name, Object value) getElementAt(int i) intgetName()getValue()
-
Constructor Details
-
MetadataElement
-
-
Method Details
-
getName
- Returns:
- the name
-
getNamespace
- Returns:
- the namespace
-
getValue
- Returns:
- the value
-
getElements
- Returns:
- the elements
-
getElementAt
- Parameters:
i- Element position- Returns:
- the element at position i
-
getElementsSize
public int getElementsSize() -
getParentElement
-
addChildElement
- Parameters:
adds- a child element
-