Uses of Class
com.luciad.format.aixm51.model.datatypes.TLcdAIXM51CodeGradeSeparation
Packages that use TLcdAIXM51CodeGradeSeparation
Package
Description
This package provides the classes that correspond to AIXM 5.1 data types.
-
Uses of TLcdAIXM51CodeGradeSeparation in com.luciad.format.aixm51.model.datatypes
Fields in com.luciad.format.aixm51.model.datatypes declared as TLcdAIXM51CodeGradeSeparationModifier and TypeFieldDescriptionstatic final TLcdAIXM51CodeGradeSeparation
TLcdAIXM51CodeGradeSeparation.OVERPASS
static final TLcdAIXM51CodeGradeSeparation
TLcdAIXM51CodeGradeSeparation.UNDERPASS
Methods in com.luciad.format.aixm51.model.datatypes that return types with arguments of type TLcdAIXM51CodeGradeSeparationModifier and TypeMethodDescriptionstatic Map
<String, TLcdAIXM51CodeGradeSeparation> TLcdAIXM51CodeGradeSeparation.getWellKnownValues()
Returns a map containing all well known values of this class. -
Uses of TLcdAIXM51CodeGradeSeparation in com.luciad.format.aixm51.model.features.airportheliport.runway
Methods in com.luciad.format.aixm51.model.features.airportheliport.runway that return TLcdAIXM51CodeGradeSeparationModifier and TypeMethodDescriptionTLcdAIXM51RunwayElementTimeSlice.getGradeSeparation()
Returns the role value contained in the value of theTLcdAIXM51RunwayElementTimeSlice.GRADE_SEPARATION_PROPERTY
property.Methods in com.luciad.format.aixm51.model.features.airportheliport.runway with parameters of type TLcdAIXM51CodeGradeSeparationModifier and TypeMethodDescriptionvoid
TLcdAIXM51RunwayElementTimeSlice.setGradeSeparation
(TLcdAIXM51CodeGradeSeparation aValue) Sets the value of the property that maps to thegradeSeparation
element. -
Uses of TLcdAIXM51CodeGradeSeparation in com.luciad.format.aixm51.model.features.airportheliport.taxiway
Methods in com.luciad.format.aixm51.model.features.airportheliport.taxiway that return TLcdAIXM51CodeGradeSeparationModifier and TypeMethodDescriptionTLcdAIXM51TaxiwayElementTimeSlice.getGradeSeparation()
Returns the role value contained in the value of theTLcdAIXM51TaxiwayElementTimeSlice.GRADE_SEPARATION_PROPERTY
property.Methods in com.luciad.format.aixm51.model.features.airportheliport.taxiway with parameters of type TLcdAIXM51CodeGradeSeparationModifier and TypeMethodDescriptionvoid
TLcdAIXM51TaxiwayElementTimeSlice.setGradeSeparation
(TLcdAIXM51CodeGradeSeparation aValue) Sets the value of the property that maps to thegradeSeparation
element.