org.citygml4j.model.citygml.transportation
Interface AbstractTransportationObject
- All Superinterfaces:
- AbstractCityObject, AbstractFeature, AbstractGML, Associable, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, StandardObjectProperties, TransportationModuleComponent
- All Known Subinterfaces:
- AuxiliaryTrafficArea, Railway, Road, Square, Track, TrafficArea, TransportationComplex
- All Known Implementing Classes:
- AbstractTransportationObjectImpl, AuxiliaryTrafficAreaImpl, RailwayImpl, RoadImpl, SquareImpl, TrackImpl, TrafficAreaImpl, TransportationComplexImpl
public interface AbstractTransportationObject
- extends TransportationModuleComponent, AbstractCityObject
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.StandardObjectProperties |
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName |
getGenericApplicationPropertyOfTransportationObject
java.util.List<ADEComponent> getGenericApplicationPropertyOfTransportationObject()
isSetGenericApplicationPropertyOfTransportationObject
boolean isSetGenericApplicationPropertyOfTransportationObject()
addGenericApplicationPropertyOfTransportationObject
void addGenericApplicationPropertyOfTransportationObject(ADEComponent ade)
setGenericApplicationPropertyOfTransportationObject
void setGenericApplicationPropertyOfTransportationObject(java.util.List<ADEComponent> ade)
unsetGenericApplicationPropertyOfTransportationObject
void unsetGenericApplicationPropertyOfTransportationObject()
unsetGenericApplicationPropertyOfTransportationObject
boolean unsetGenericApplicationPropertyOfTransportationObject(ADEComponent ade)