Uses of Interface
net.opengis.gml311.RefLocationType
-
Packages that use RefLocationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of RefLocationType in net.opengis.gml311
Methods in net.opengis.gml311 that return RefLocationType Modifier and Type Method Description RefLocationType
Gml311Factory. createRefLocationType()
Returns a new object of class 'Ref Location Type'.RefLocationType
ClothoidType. getRefLocation()
Returns the value of the 'Ref Location' containment reference.Methods in net.opengis.gml311 with parameters of type RefLocationType Modifier and Type Method Description void
ClothoidType. setRefLocation(RefLocationType value)
Sets the value of the 'Ref Location
' containment reference. -
Uses of RefLocationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement RefLocationType Modifier and Type Class Description class
RefLocationTypeImpl
An implementation of the model object 'Ref Location Type'.Fields in net.opengis.gml311.impl declared as RefLocationType Modifier and Type Field Description protected RefLocationType
ClothoidTypeImpl. refLocation
The cached value of the 'Ref Location
' containment reference.Methods in net.opengis.gml311.impl that return RefLocationType Modifier and Type Method Description RefLocationType
Gml311FactoryImpl. createRefLocationType()
RefLocationType
ClothoidTypeImpl. getRefLocation()
Methods in net.opengis.gml311.impl with parameters of type RefLocationType Modifier and Type Method Description NotificationChain
ClothoidTypeImpl. basicSetRefLocation(RefLocationType newRefLocation, NotificationChain msgs)
void
ClothoidTypeImpl. setRefLocation(RefLocationType newRefLocation)
-
Uses of RefLocationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type RefLocationType Modifier and Type Method Description T
Gml311Switch. caseRefLocationType(RefLocationType object)
Returns the result of interpreting the object as an instance of 'Ref Location Type'.boolean
Gml311Validator. validateRefLocationType(RefLocationType refLocationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-