org.citygml4j.model.citygml.core
Interface ImplicitRepresentationProperty

All Superinterfaces:
Association<ImplicitGeometry>, AssociationAttributeGroup, AssociationByRep<ImplicitGeometry>, AssociationByRepOrRef<ImplicitGeometry>, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject
All Known Implementing Classes:
ImplicitRepresentationPropertyImpl

public interface ImplicitRepresentationProperty
extends CoreModuleComponent, AssociationByRepOrRef<ImplicitGeometry>


Method Summary
 ImplicitGeometry getImplicitGeometry()
           
 boolean isSetImplicitGeometry()
           
 void setImplicitGeometry(ImplicitGeometry implicitGeometry)
           
 void unsetImplicitGeometry()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getImplicitGeometry

ImplicitGeometry getImplicitGeometry()

isSetImplicitGeometry

boolean isSetImplicitGeometry()

setImplicitGeometry

void setImplicitGeometry(ImplicitGeometry implicitGeometry)

unsetImplicitGeometry

void unsetImplicitGeometry()