Class CityGMLSerializerHelper


  • public class CityGMLSerializerHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getAppearanceNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getBridgeNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getBuildingNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getCityFurnitureNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getCityObjectGroupNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getCoreNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getGenericsNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getLandUseNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getReliefNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getTransportationNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getTunnelNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getVegetationNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static java.lang.String getWaterBodyNamespace​(org.xmlobjects.xml.Namespaces namespaces)  
      static boolean writeDefaultGeometry​(org.citygml4j.core.model.core.AbstractSpace object, int lod, java.lang.String propertyName, java.lang.String namespaceURI, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)  
      static void writeStandardObjectClassifier​(org.citygml4j.core.model.core.StandardObjectClassifier object, java.lang.String namespaceURI, org.xmlobjects.xml.Namespaces namespaces, org.xmlobjects.stream.XMLWriter writer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CityGMLSerializerHelper

        public CityGMLSerializerHelper()
    • Method Detail

      • getBridgeNamespace

        public static java.lang.String getBridgeNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getBuildingNamespace

        public static java.lang.String getBuildingNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getCityFurnitureNamespace

        public static java.lang.String getCityFurnitureNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getCityObjectGroupNamespace

        public static java.lang.String getCityObjectGroupNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getLandUseNamespace

        public static java.lang.String getLandUseNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getReliefNamespace

        public static java.lang.String getReliefNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getTransportationNamespace

        public static java.lang.String getTransportationNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getTunnelNamespace

        public static java.lang.String getTunnelNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getVegetationNamespace

        public static java.lang.String getVegetationNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getWaterBodyNamespace

        public static java.lang.String getWaterBodyNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getGenericsNamespace

        public static java.lang.String getGenericsNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getAppearanceNamespace

        public static java.lang.String getAppearanceNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • getCoreNamespace

        public static java.lang.String getCoreNamespace​(org.xmlobjects.xml.Namespaces namespaces)
      • writeStandardObjectClassifier

        public static void writeStandardObjectClassifier​(org.citygml4j.core.model.core.StandardObjectClassifier object,
                                                         java.lang.String namespaceURI,
                                                         org.xmlobjects.xml.Namespaces namespaces,
                                                         org.xmlobjects.stream.XMLWriter writer)
                                                  throws org.xmlobjects.serializer.ObjectSerializeException,
                                                         org.xmlobjects.stream.XMLWriteException
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
        org.xmlobjects.stream.XMLWriteException
      • writeDefaultGeometry

        public static boolean writeDefaultGeometry​(org.citygml4j.core.model.core.AbstractSpace object,
                                                   int lod,
                                                   java.lang.String propertyName,
                                                   java.lang.String namespaceURI,
                                                   org.xmlobjects.xml.Namespaces namespaces,
                                                   org.xmlobjects.stream.XMLWriter writer)
                                            throws org.xmlobjects.serializer.ObjectSerializeException,
                                                   org.xmlobjects.stream.XMLWriteException
        Throws:
        org.xmlobjects.serializer.ObjectSerializeException
        org.xmlobjects.stream.XMLWriteException