org.citygml4j.jaxb.citygml.core._1
Class ImplicitRepresentationPropertyType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AssociationType
org.citygml4j.jaxb.citygml.core._1.ImplicitRepresentationPropertyType
public class ImplicitRepresentationPropertyType
- extends AssociationType
Denotes the relation of a _CityObject to its implicit geometry representation, which is a representation of a geometry by
referencing a prototype and transforming it to its real position in space. The ImplicitRepresentationPropertyType element must either carry a
reference to a ImplicitGeometry object or contain a ImplicitGeometry object inline, but neither both nor none.
Java class for ImplicitRepresentationPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImplicitRepresentationPropertyType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}AssociationType">
<sequence minOccurs="0">
<element ref="{http://www.opengis.net/citygml/1.0}ImplicitGeometry"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AssociationType |
get_ADEComponent, get_Object, getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSet_ADEComponent, isSet_Object, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, set_ADEComponent, set_Object, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplicitRepresentationPropertyType
public ImplicitRepresentationPropertyType()