org.citygml4j.jaxb.citygml._0_4
Class ImplicitRepresentationPropertyType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AssociationType
org.citygml4j.jaxb.citygml._0_4.ImplicitRepresentationPropertyType
public class ImplicitRepresentationPropertyType
- extends AssociationType
A property that has a Implicit Representation as its value domain, which is a representation of a geometry by referencing a
prototype and transforming it to its real position in space.
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.citygml.org/citygml/1/0/0}ImplicitGeometry"/>
</sequence>
<attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
</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()