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 RefLocationTypeGml311Factory. createRefLocationType()Returns a new object of class 'Ref Location Type'.RefLocationTypeClothoidType. 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 voidClothoidType. 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 classRefLocationTypeImplAn implementation of the model object 'Ref Location Type'.Fields in net.opengis.gml311.impl declared as RefLocationType Modifier and Type Field Description protected RefLocationTypeClothoidTypeImpl. refLocationThe cached value of the 'Ref Location' containment reference.Methods in net.opengis.gml311.impl that return RefLocationType Modifier and Type Method Description RefLocationTypeGml311FactoryImpl. createRefLocationType()RefLocationTypeClothoidTypeImpl. getRefLocation()Methods in net.opengis.gml311.impl with parameters of type RefLocationType Modifier and Type Method Description NotificationChainClothoidTypeImpl. basicSetRefLocation(RefLocationType newRefLocation, NotificationChain msgs)voidClothoidTypeImpl. 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 TGml311Switch. caseRefLocationType(RefLocationType object)Returns the result of interpreting the object as an instance of 'Ref Location Type'.booleanGml311Validator. validateRefLocationType(RefLocationType refLocationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-