public class Track extends TransportationComplex
isSetMetaDataProperty
Constructor and Description |
---|
Track() |
Track(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 |
addGenericApplicationPropertyOfTrack(ADEComponent ade) |
BoundingShape |
calcBoundedBy(BoundingBoxOptions options) |
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
CityGMLClass |
getCityGMLClass() |
java.util.List<ADEComponent> |
getGenericApplicationPropertyOfTrack() |
boolean |
isSetGenericApplicationPropertyOfTrack() |
void |
setGenericApplicationPropertyOfTrack(java.util.List<ADEComponent> ade) |
void |
unsetGenericApplicationPropertyOfTrack() |
boolean |
unsetGenericApplicationPropertyOfTrack(ADEComponent ade) |
addAuxiliaryTrafficArea, addFunction, addGenericApplicationPropertyOfTransportationComplex, addLod0Network, addTrafficArea, addUsage, 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, 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
addGenericADEElement, getBoundedBy, getGenericADEElement, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEElement, isSetLocation, setBoundedBy, setGenericADEElement, setLocation, unsetBoundedBy, unsetGenericADEElement, unsetGenericADEElement, 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
public Track()
public Track(TransportationModule module)
public void addGenericApplicationPropertyOfTrack(ADEComponent ade)
public java.util.List<ADEComponent> getGenericApplicationPropertyOfTrack()
public boolean isSetGenericApplicationPropertyOfTrack()
public void setGenericApplicationPropertyOfTrack(java.util.List<ADEComponent> ade)
public void unsetGenericApplicationPropertyOfTrack()
public boolean unsetGenericApplicationPropertyOfTrack(ADEComponent ade)
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
getCityGMLClass
in class TransportationComplex
public BoundingShape calcBoundedBy(BoundingBoxOptions options)
calcBoundedBy
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