org.citygml4j.model.citygml.relief
Interface BreaklineRelief

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

public interface BreaklineRelief
extends AbstractReliefComponent


Method Summary
 void addGenericApplicationPropertyOfBreaklineRelief(ADEComponent ade)
           
 MultiCurveProperty getBreaklines()
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfBreaklineRelief()
           
 MultiCurveProperty getRidgeOrValleyLines()
           
 boolean isSetBreaklines()
           
 boolean isSetGenericApplicationPropertyOfBreaklineRelief()
           
 boolean isSetRidgeOrValleyLines()
           
 void setBreaklines(MultiCurveProperty breaklines)
           
 void setGenericApplicationPropertyOfBreaklineRelief(java.util.List<ADEComponent> ade)
           
 void setRidgeOrValleyLines(MultiCurveProperty ridgeOrValleyLines)
           
 void unsetBreaklines()
           
 void unsetGenericApplicationPropertyOfBreaklineRelief()
           
 boolean unsetGenericApplicationPropertyOfBreaklineRelief(ADEComponent ade)
           
 void unsetRidgeOrValleyLines()
           
 
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.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.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getRidgeOrValleyLines

MultiCurveProperty getRidgeOrValleyLines()

getBreaklines

MultiCurveProperty getBreaklines()

getGenericApplicationPropertyOfBreaklineRelief

java.util.List<ADEComponent> getGenericApplicationPropertyOfBreaklineRelief()

isSetRidgeOrValleyLines

boolean isSetRidgeOrValleyLines()

isSetBreaklines

boolean isSetBreaklines()

isSetGenericApplicationPropertyOfBreaklineRelief

boolean isSetGenericApplicationPropertyOfBreaklineRelief()

setRidgeOrValleyLines

void setRidgeOrValleyLines(MultiCurveProperty ridgeOrValleyLines)

setBreaklines

void setBreaklines(MultiCurveProperty breaklines)

addGenericApplicationPropertyOfBreaklineRelief

void addGenericApplicationPropertyOfBreaklineRelief(ADEComponent ade)

setGenericApplicationPropertyOfBreaklineRelief

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

unsetRidgeOrValleyLines

void unsetRidgeOrValleyLines()

unsetBreaklines

void unsetBreaklines()

unsetGenericApplicationPropertyOfBreaklineRelief

void unsetGenericApplicationPropertyOfBreaklineRelief()

unsetGenericApplicationPropertyOfBreaklineRelief

boolean unsetGenericApplicationPropertyOfBreaklineRelief(ADEComponent ade)