Package org.gvsig.gpe.prov.gml.utils
Class GmlUtilsParser
java.lang.Object
org.gvsig.gpe.prov.gml.utils.GmlUtilsParser
- Author:
- Jorge Piera Llodrá (piera_jor@gva.es), Carlos Sánchez Periñán (sanchez_carper@gva.es)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringaddBlancSymbol(String tag) Replace the blancs of a tag with the deafult blanc symbolstatic QNamestatic QNamestatic StringremoveBlancSymbol(String tag) Remove the blanc symbol from a tag
-
Constructor Details
-
GmlUtilsParser
public GmlUtilsParser()
-
-
Method Details
-
removeBlancSymbol
Remove the blanc symbol from a tag- Parameters:
tag- Tag name- Returns:
- The tag without blancs
-
addBlancSymbol
Replace the blancs of a tag with the deafult blanc symbol- Parameters:
tag-- Returns:
- A tag with blancs
-
createDefaultFeatureCollection
- Returns:
- a default feature collection name
-
createDefaultFeature
- Returns:
- a default feature name
-