org.citygml4j.jaxb.gml._3_1_1
Class MultiPointDomainType

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

public class MultiPointDomainType
extends DomainSetType

Java-Klasse für MultiPointDomainType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

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


Constructor Summary
MultiPointDomainType()
           
 
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

MultiPointDomainType

public MultiPointDomainType()