public class Railway extends TransportationComplex
isSetMetaDataProperty
Constructor and Description |
---|
Railway() |
Railway(TransportationModule module) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(FeatureFunctor<T> visitor) |
void |
accept(FeatureVisitor visitor) |
<T> T |
accept(GMLFunctor<T> visitor) |
void |
accept(GMLVisitor visitor) |
void |
addGenericApplicationPropertyOfRailway(ADEComponent ade) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
CityGMLClass |
getCityGMLClass() |
java.util.List<ADEComponent> |
getGenericApplicationPropertyOfRailway() |
boolean |
isSetGenericApplicationPropertyOfRailway() |
void |
setGenericApplicationPropertyOfRailway(java.util.List<ADEComponent> ade) |
void |
unsetGenericApplicationPropertyOfRailway() |
boolean |
unsetGenericApplicationPropertyOfRailway(ADEComponent ade) |
addAuxiliaryTrafficArea, addFunction, addGenericApplicationPropertyOfTransportationComplex, addLod0Network, addTrafficArea, addUsage, calcBoundedBy, getAuxiliaryTrafficArea, getClazz, getFunction, getGenericApplicationPropertyOfTransportationComplex, getLod0Network, getLod1MultiSurface, getLod2MultiSurface, getLod3MultiSurface, getLod4MultiSurface, getLodRepresentation, getTrafficArea, getUsage, isSetAuxiliaryTrafficArea, isSetClazz, isSetFunction, isSetGenericApplicationPropertyOfTransportationComplex, isSetLod0Network, isSetLod1MultiSurface, isSetLod2MultiSurface, isSetLod3MultiSurface, isSetLod4MultiSurface, isSetTrafficArea, isSetUsage, setAuxiliaryTrafficArea, setClazz, setFunction, setGenericApplicationPropertyOfTransportationComplex, setLod0Network, setLod1MultiSurface, setLod2MultiSurface, setLod3MultiSurface, setLod4MultiSurface, setTrafficArea, setUsage, unsetAuxiliaryTrafficArea, unsetAuxiliaryTrafficArea, unsetClazz, unsetFunction, unsetFunction, unsetGenericApplicationPropertyOfTransportationComplex, unsetGenericApplicationPropertyOfTransportationComplex, unsetLod0Network, unsetLod0Network, unsetLod1MultiSurface, unsetLod2MultiSurface, unsetLod3MultiSurface, unsetLod4MultiSurface, unsetTrafficArea, unsetTrafficArea, unsetUsage, unsetUsage
addGenericApplicationPropertyOfTransportationObject, getCityGMLModule, getGenericApplicationPropertyOfTransportationObject, isSetCityGMLModule, isSetGenericApplicationPropertyOfTransportationObject, setGenericApplicationPropertyOfTransportationObject, unsetGenericApplicationPropertyOfTransportationObject, unsetGenericApplicationPropertyOfTransportationObject
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getModelType, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetGenericAttribute, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setGenericAttribute, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unsetAppearance, unsetAppearance, unsetCreationDate, unsetExternalReference, unsetExternalReference, unsetGeneralizesTo, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject, unsetGenericApplicationPropertyOfCityObject, unsetGenericAttribute, unsetGenericAttribute, unsetRelativeToTerrain, unsetRelativeToWater, unsetTerminationDate
addGenericADEComponent, getBoundedBy, getGenericADEComponent, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
addMetaDataProperty, addName, getDescription, getId, getLocalProperty, getMetaDataProperty, getName, getParent, hasLocalProperty, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setLocalProperty, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetLocalProperty, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModelType
public Railway()
public Railway(TransportationModule module)
public void addGenericApplicationPropertyOfRailway(ADEComponent ade)
public java.util.List<ADEComponent> getGenericApplicationPropertyOfRailway()
public boolean isSetGenericApplicationPropertyOfRailway()
public void setGenericApplicationPropertyOfRailway(java.util.List<ADEComponent> ade)
public void unsetGenericApplicationPropertyOfRailway()
public boolean unsetGenericApplicationPropertyOfRailway(ADEComponent ade)
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
getCityGMLClass
in class TransportationComplex
public java.lang.Object copy(CopyBuilder copyBuilder)
copy
in interface Copyable
copy
in class TransportationComplex
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
copyTo
in interface Copyable
copyTo
in class TransportationComplex
public void accept(FeatureVisitor visitor)
accept
in class TransportationComplex
public <T> T accept(FeatureFunctor<T> visitor)
accept
in class TransportationComplex
public void accept(GMLVisitor visitor)
accept
in class TransportationComplex
public <T> T accept(GMLFunctor<T> visitor)
accept
in class TransportationComplex