Uses of Interface
net.opengis.gml.LengthType
-
Packages that use LengthType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of LengthType in net.opengis.gml
Methods in net.opengis.gml that return LengthType Modifier and Type Method Description LengthTypeOffsetCurveType. addNewDistance()Appends and returns a new empty "distance" elementLengthTypeTinType. addNewMaxLength()Appends and returns a new empty "maxLength" elementLengthTypeArcByCenterPointType. addNewRadius()Appends and returns a new empty "radius" elementLengthTypeOffsetCurveType. getDistance()Gets the "distance" elementLengthTypeTinType. getMaxLength()Gets the "maxLength" elementLengthTypeArcByCenterPointType. getRadius()Gets the "radius" elementstatic LengthTypeLengthType.Factory. newInstance()static LengthTypeLengthType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LengthTypeLengthType.Factory. parse(File file)static LengthTypeLengthType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LengthTypeLengthType.Factory. parse(InputStream is)static LengthTypeLengthType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LengthTypeLengthType.Factory. parse(Reader r)static LengthTypeLengthType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LengthTypeLengthType.Factory. parse(String xmlAsString)static LengthTypeLengthType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LengthTypeLengthType.Factory. parse(URL u)static LengthTypeLengthType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LengthTypeLengthType.Factory. parse(XMLStreamReader sr)static LengthTypeLengthType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LengthTypeLengthType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LengthTypeLengthType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LengthTypeLengthType.Factory. parse(Node node)static LengthTypeLengthType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type LengthType Modifier and Type Method Description voidOffsetCurveType. setDistance(LengthType distance)Sets the "distance" elementvoidTinType. setMaxLength(LengthType maxLength)Sets the "maxLength" elementvoidArcByCenterPointType. setRadius(LengthType radius)Sets the "radius" element -
Uses of LengthType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement LengthType Modifier and Type Class Description classLengthTypeImplAn XML LengthType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return LengthType Modifier and Type Method Description LengthTypeOffsetCurveTypeImpl. addNewDistance()Appends and returns a new empty "distance" elementLengthTypeTinTypeImpl. addNewMaxLength()Appends and returns a new empty "maxLength" elementLengthTypeArcByCenterPointTypeImpl. addNewRadius()Appends and returns a new empty "radius" elementLengthTypeOffsetCurveTypeImpl. getDistance()Gets the "distance" elementLengthTypeTinTypeImpl. getMaxLength()Gets the "maxLength" elementLengthTypeArcByCenterPointTypeImpl. getRadius()Gets the "radius" elementMethods in net.opengis.gml.impl with parameters of type LengthType Modifier and Type Method Description voidOffsetCurveTypeImpl. setDistance(LengthType distance)Sets the "distance" elementvoidTinTypeImpl. setMaxLength(LengthType maxLength)Sets the "maxLength" elementvoidArcByCenterPointTypeImpl. setRadius(LengthType radius)Sets the "radius" element
-