org.citygml4j.model.citygml.relief
Interface MassPointRelief

All Superinterfaces:
AbstractCityObject, AbstractFeature, AbstractGML, AbstractReliefComponent, Associable, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, ReliefModuleComponent, StandardObjectProperties
All Known Implementing Classes:
MassPointReliefImpl

public interface MassPointRelief
extends AbstractReliefComponent


Method Summary
 void addGenericApplicationPropertyOfMassPointRelief(ADEComponent ade)
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfMassPointRelief()
           
 MultiPointProperty getReliefPoints()
           
 boolean isSetGenericApplicationPropertyOfMassPointRelief()
           
 boolean isSetReliefPoints()
           
 void setGenericApplicationPropertyOfMassPointRelief(java.util.List<ADEComponent> ade)
           
 void setReliefPoints(MultiPointProperty reliefPoints)
           
 void unsetGenericApplicationPropertyOfMassPointRelief()
           
 boolean unsetGenericApplicationPropertyOfMassPointRelief(ADEComponent ade)
           
 void unsetReliefPoints()
           
 
Methods inherited from interface org.citygml4j.model.citygml.relief.AbstractReliefComponent
addGenericApplicationPropertyOfReliefComponent, getExtent, getGenericApplicationPropertyOfReliefComponent, getLod, isSetExtent, isSetGenericApplicationPropertyOfReliefComponent, isSetLod, setExtent, setGenericApplicationPropertyOfReliefComponent, setLod, unsetExtent, unsetGenericApplicationPropertyOfReliefComponent, unsetGenericApplicationPropertyOfReliefComponent
 
Methods inherited from interface org.citygml4j.model.citygml.core.AbstractCityObject
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getLodRepresentation, getTerminationDate, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetGenericAttribute, isSetTerminationDate, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setGenericAttribute, setTerminationDate, unsetAppearance, unsetAppearance, unsetCreationDate, unsetExternalReference, unsetExternalReference, unsetGeneralizesTo, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject, unsetGenericApplicationPropertyOfCityObject, unsetGenericAttribute, unsetGenericAttribute, unsetTerminationDate
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.gml.feature.AbstractFeature
accept, accept, addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
 
Methods inherited from interface org.citygml4j.model.gml.base.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
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
 

Method Detail

getReliefPoints

MultiPointProperty getReliefPoints()

getGenericApplicationPropertyOfMassPointRelief

java.util.List<ADEComponent> getGenericApplicationPropertyOfMassPointRelief()

isSetReliefPoints

boolean isSetReliefPoints()

isSetGenericApplicationPropertyOfMassPointRelief

boolean isSetGenericApplicationPropertyOfMassPointRelief()

setReliefPoints

void setReliefPoints(MultiPointProperty reliefPoints)

addGenericApplicationPropertyOfMassPointRelief

void addGenericApplicationPropertyOfMassPointRelief(ADEComponent ade)

setGenericApplicationPropertyOfMassPointRelief

void setGenericApplicationPropertyOfMassPointRelief(java.util.List<ADEComponent> ade)

unsetReliefPoints

void unsetReliefPoints()

unsetGenericApplicationPropertyOfMassPointRelief

void unsetGenericApplicationPropertyOfMassPointRelief()

unsetGenericApplicationPropertyOfMassPointRelief

boolean unsetGenericApplicationPropertyOfMassPointRelief(ADEComponent ade)