org.citygml4j.jaxb.gml._3_1_1
Class DefinitionType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
Direct Known Subclasses:
AbstractCoordinateOperationBaseType, AbstractCoordinateSystemBaseType, AbstractDatumBaseType, AbstractGeneralOperationParameterType, AbstractReferenceSystemBaseType, AbstractTimeReferenceSystemType, CoordinateSystemAxisBaseType, DefinitionProxyType, DictionaryType, EllipsoidBaseType, OperationMethodBaseType, PrimeMeridianBaseType, TimeCalendarEraType, TimeOrdinalEraType, UnitDefinitionType

public class DefinitionType
extends AbstractGMLType

A definition, which can be included in or referenced by a dictionary. In this extended type, the inherited "description" optional element can hold the definition whenever only text is needed. The inherited "name" elements can provide one or more brief terms for which this is the definition. The inherited "metaDataProperty" elements can be used to reference or include more information about this definition. The gml:id attribute is required - it must be possible to reference this definition using this handle.

Java-Klasse für DefinitionType complex type.

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

 <complexType name="DefinitionType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}AbstractGMLType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}metaDataProperty" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}description" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}name" maxOccurs="unbounded"/>
       </sequence>
       <attribute ref="{http://www.opengis.net/gml}id use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DefinitionType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefinitionType

public DefinitionType()