Uses of Interface
net.opengis.gml.x32.ClothoidType.RefLocation
-
Packages that use ClothoidType.RefLocation Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ClothoidType.RefLocation in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ClothoidType.RefLocation Modifier and Type Method Description ClothoidType.RefLocationClothoidType. addNewRefLocation()Appends and returns a new empty "refLocation" elementClothoidType.RefLocationClothoidType. getRefLocation()Gets the "refLocation" elementstatic ClothoidType.RefLocationClothoidType.RefLocation.Factory. newInstance()static ClothoidType.RefLocationClothoidType.RefLocation.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ClothoidType.RefLocation Modifier and Type Method Description voidClothoidType. setRefLocation(ClothoidType.RefLocation refLocation)Sets the "refLocation" element -
Uses of ClothoidType.RefLocation in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ClothoidType.RefLocation Modifier and Type Class Description static classClothoidTypeImpl.RefLocationImplAn XML refLocation(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ClothoidType.RefLocation Modifier and Type Method Description ClothoidType.RefLocationClothoidTypeImpl. addNewRefLocation()Appends and returns a new empty "refLocation" elementClothoidType.RefLocationClothoidTypeImpl. getRefLocation()Gets the "refLocation" elementMethods in net.opengis.gml.x32.impl with parameters of type ClothoidType.RefLocation Modifier and Type Method Description voidClothoidTypeImpl. setRefLocation(ClothoidType.RefLocation refLocation)Sets the "refLocation" element
-