org.citygml4j.model.gml.geometry.primitives
Interface GeometricPrimitiveProperty

All Superinterfaces:
Association<AbstractGeometricPrimitive>, AssociationAttributeGroup, AssociationByRep<AbstractGeometricPrimitive>, AssociationByRepOrRef<AbstractGeometricPrimitive>, Child, Copyable, GeometryProperty<AbstractGeometricPrimitive>, GML, ModelObject
All Known Implementing Classes:
GeometricPrimitivePropertyImpl

public interface GeometricPrimitiveProperty
extends GeometryProperty<AbstractGeometricPrimitive>


Method Summary
 AbstractGeometricPrimitive getGeometricPrimitive()
           
 boolean isSetGeometricPrimitive()
           
 void setGeometricPrimitive(AbstractGeometricPrimitive abstractGeometricPrimitive)
           
 void unsetGeometricPrimitive()
           
 
Methods inherited from interface org.citygml4j.model.gml.geometry.GeometryProperty
getGeometry, isSetGeometry, setGeometry, unsetGeometry
 
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

getGeometricPrimitive

AbstractGeometricPrimitive getGeometricPrimitive()

isSetGeometricPrimitive

boolean isSetGeometricPrimitive()

setGeometricPrimitive

void setGeometricPrimitive(AbstractGeometricPrimitive abstractGeometricPrimitive)

unsetGeometricPrimitive

void unsetGeometricPrimitive()