Uses of Interface
net.opengis.gml.x32.TinType.ControlPoint
-
Packages that use TinType.ControlPoint Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TinType.ControlPoint in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return TinType.ControlPoint Modifier and Type Method Description TinType.ControlPointTinType. addNewControlPoint()Appends and returns a new empty "controlPoint" elementTinType.ControlPointTinType. getControlPoint()Gets the "controlPoint" elementstatic TinType.ControlPointTinType.ControlPoint.Factory. newInstance()static TinType.ControlPointTinType.ControlPoint.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type TinType.ControlPoint Modifier and Type Method Description voidTinType. setControlPoint(TinType.ControlPoint controlPoint)Sets the "controlPoint" element -
Uses of TinType.ControlPoint in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement TinType.ControlPoint Modifier and Type Class Description static classTinTypeImpl.ControlPointImplAn XML controlPoint(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return TinType.ControlPoint Modifier and Type Method Description TinType.ControlPointTinTypeImpl. addNewControlPoint()Appends and returns a new empty "controlPoint" elementTinType.ControlPointTinTypeImpl. getControlPoint()Gets the "controlPoint" elementMethods in net.opengis.gml.x32.impl with parameters of type TinType.ControlPoint Modifier and Type Method Description voidTinTypeImpl. setControlPoint(TinType.ControlPoint controlPoint)Sets the "controlPoint" element
-