org.citygml4j.jaxb.gml._3_1_1
Class MultiCurveDomainType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.DomainSetType
      extended by org.citygml4j.jaxb.gml._3_1_1.MultiCurveDomainType

public class MultiCurveDomainType
extends DomainSetType

Java class for MultiCurveDomainType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MultiCurveDomainType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}DomainSetType">
       <sequence minOccurs="0">
         <element ref="{http://www.opengis.net/gml}MultiCurve"/>
       </sequence>
       <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
MultiCurveDomainType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.DomainSetType
get_Geometry, get_TimeObject, getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSet_Geometry, isSet_TimeObject, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_Geometry, set_TimeObject, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiCurveDomainType

public MultiCurveDomainType()