Uses of Interface
net.opengis.swe.x101.VectorType.Coordinate
-
Packages that use VectorType.Coordinate Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of VectorType.Coordinate in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return VectorType.Coordinate Modifier and Type Method Description VectorType.CoordinateVectorType. addNewCoordinate()Appends and returns a new empty value (as xml) as the last "coordinate" elementVectorType.Coordinate[]VectorType. getCoordinateArray()Gets array of all "coordinate" elementsVectorType.CoordinateVectorType. getCoordinateArray(int i)Gets ith "coordinate" elementVectorType.CoordinateVectorType. insertNewCoordinate(int i)Inserts and returns a new empty value (as xml) as the ith "coordinate" elementstatic VectorType.CoordinateVectorType.Coordinate.Factory. newInstance()static VectorType.CoordinateVectorType.Coordinate.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type VectorType.Coordinate Modifier and Type Method Description voidVectorType. setCoordinateArray(int i, VectorType.Coordinate coordinate)Sets ith "coordinate" elementvoidVectorType. setCoordinateArray(VectorType.Coordinate[] coordinateArray)Sets array of all "coordinate" element -
Uses of VectorType.Coordinate in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement VectorType.Coordinate Modifier and Type Class Description static classVectorTypeImpl.CoordinateImplAn XML coordinate(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return VectorType.Coordinate Modifier and Type Method Description VectorType.CoordinateVectorTypeImpl. addNewCoordinate()Appends and returns a new empty value (as xml) as the last "coordinate" elementVectorType.Coordinate[]VectorTypeImpl. getCoordinateArray()Gets array of all "coordinate" elementsVectorType.CoordinateVectorTypeImpl. getCoordinateArray(int i)Gets ith "coordinate" elementVectorType.CoordinateVectorTypeImpl. insertNewCoordinate(int i)Inserts and returns a new empty value (as xml) as the ith "coordinate" elementMethods in net.opengis.swe.x101.impl with parameters of type VectorType.Coordinate Modifier and Type Method Description voidVectorTypeImpl. setCoordinateArray(int i, VectorType.Coordinate coordinate)Sets ith "coordinate" elementvoidVectorTypeImpl. setCoordinateArray(VectorType.Coordinate[] coordinateArray)Sets array of all "coordinate" element
-