Uses of Interface
net.opengis.gml.AngleType
-
Packages that use AngleType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AngleType in net.opengis.gml
Methods in net.opengis.gml that return AngleType Modifier and Type Method Description AngleTypeArcByCenterPointType. addNewEndAngle()Appends and returns a new empty "endAngle" elementAngleTypeDirectionVectorType. addNewHorizontalAngle()Appends and returns a new empty "horizontalAngle" elementAngleTypeArcByCenterPointType. addNewStartAngle()Appends and returns a new empty "startAngle" elementAngleTypeDirectionVectorType. addNewVerticalAngle()Appends and returns a new empty "verticalAngle" elementAngleTypeArcByCenterPointType. getEndAngle()Gets the "endAngle" elementAngleTypeDirectionVectorType. getHorizontalAngle()Gets the "horizontalAngle" elementAngleTypeArcByCenterPointType. getStartAngle()Gets the "startAngle" elementAngleTypeDirectionVectorType. getVerticalAngle()Gets the "verticalAngle" elementstatic AngleTypeAngleType.Factory. newInstance()static AngleTypeAngleType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AngleTypeAngleType.Factory. parse(File file)static AngleTypeAngleType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AngleTypeAngleType.Factory. parse(InputStream is)static AngleTypeAngleType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AngleTypeAngleType.Factory. parse(Reader r)static AngleTypeAngleType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AngleTypeAngleType.Factory. parse(String xmlAsString)static AngleTypeAngleType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AngleTypeAngleType.Factory. parse(URL u)static AngleTypeAngleType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AngleTypeAngleType.Factory. parse(XMLStreamReader sr)static AngleTypeAngleType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AngleTypeAngleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AngleTypeAngleType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AngleTypeAngleType.Factory. parse(Node node)static AngleTypeAngleType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AngleType Modifier and Type Method Description voidArcByCenterPointType. setEndAngle(AngleType endAngle)Sets the "endAngle" elementvoidDirectionVectorType. setHorizontalAngle(AngleType horizontalAngle)Sets the "horizontalAngle" elementvoidArcByCenterPointType. setStartAngle(AngleType startAngle)Sets the "startAngle" elementvoidDirectionVectorType. setVerticalAngle(AngleType verticalAngle)Sets the "verticalAngle" element -
Uses of AngleType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AngleType Modifier and Type Class Description classAngleTypeImplAn XML AngleType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return AngleType Modifier and Type Method Description AngleTypeArcByCenterPointTypeImpl. addNewEndAngle()Appends and returns a new empty "endAngle" elementAngleTypeDirectionVectorTypeImpl. addNewHorizontalAngle()Appends and returns a new empty "horizontalAngle" elementAngleTypeArcByCenterPointTypeImpl. addNewStartAngle()Appends and returns a new empty "startAngle" elementAngleTypeDirectionVectorTypeImpl. addNewVerticalAngle()Appends and returns a new empty "verticalAngle" elementAngleTypeArcByCenterPointTypeImpl. getEndAngle()Gets the "endAngle" elementAngleTypeDirectionVectorTypeImpl. getHorizontalAngle()Gets the "horizontalAngle" elementAngleTypeArcByCenterPointTypeImpl. getStartAngle()Gets the "startAngle" elementAngleTypeDirectionVectorTypeImpl. getVerticalAngle()Gets the "verticalAngle" elementMethods in net.opengis.gml.impl with parameters of type AngleType Modifier and Type Method Description voidArcByCenterPointTypeImpl. setEndAngle(AngleType endAngle)Sets the "endAngle" elementvoidDirectionVectorTypeImpl. setHorizontalAngle(AngleType horizontalAngle)Sets the "horizontalAngle" elementvoidArcByCenterPointTypeImpl. setStartAngle(AngleType startAngle)Sets the "startAngle" elementvoidDirectionVectorTypeImpl. setVerticalAngle(AngleType verticalAngle)Sets the "verticalAngle" element
-