twaver.gis.utils
Class TWaverGisXML

java.lang.Object
  extended bytwaver.gis.utils.TWaverGisXML

public class TWaverGisXML
extends java.lang.Object


Field Summary
static java.lang.String TAG_FEATURE
           
static java.lang.String TAG_FEATURESHAPE
           
static java.lang.String TAG_LAYER
           
static java.lang.String TAG_LAYERNAME
           
static java.lang.String TAG_NONEGEOMETRY_ATTRIBUTES
           
 
Constructor Summary
TWaverGisXML()
           
 
Method Summary
static java.lang.String getFormatNumber(double value)
           
static java.lang.String wrapFeature(GeographyMap map, GeographyFeature feature)
           
static java.lang.String wrapFeatureGeoShape(GeographyMap map, GeographyFeature feature)
           
static java.lang.String wrapFeatureToTGeoShape(GeographyMap map, GeographyFeature feature, java.lang.String[] attributeNames)
           
static java.lang.String wrapFeatureToTShape(GeographyMap map, GeographyFeature feature, java.lang.String[] attributeNames)
           
static java.lang.String wrapShape(java.awt.Shape s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_FEATURE

public static final java.lang.String TAG_FEATURE
See Also:
Constant Field Values

TAG_FEATURESHAPE

public static final java.lang.String TAG_FEATURESHAPE
See Also:
Constant Field Values

TAG_LAYER

public static final java.lang.String TAG_LAYER
See Also:
Constant Field Values

TAG_LAYERNAME

public static final java.lang.String TAG_LAYERNAME
See Also:
Constant Field Values

TAG_NONEGEOMETRY_ATTRIBUTES

public static final java.lang.String TAG_NONEGEOMETRY_ATTRIBUTES
See Also:
Constant Field Values
Constructor Detail

TWaverGisXML

public TWaverGisXML()
Method Detail

getFormatNumber

public static java.lang.String getFormatNumber(double value)

wrapFeature

public static java.lang.String wrapFeature(GeographyMap map,
                                           GeographyFeature feature)

wrapFeatureGeoShape

public static java.lang.String wrapFeatureGeoShape(GeographyMap map,
                                                   GeographyFeature feature)

wrapFeatureToTGeoShape

public static java.lang.String wrapFeatureToTGeoShape(GeographyMap map,
                                                      GeographyFeature feature,
                                                      java.lang.String[] attributeNames)

wrapFeatureToTShape

public static java.lang.String wrapFeatureToTShape(GeographyMap map,
                                                   GeographyFeature feature,
                                                   java.lang.String[] attributeNames)

wrapShape

public static java.lang.String wrapShape(java.awt.Shape s)