Uses of Class
nl.b3p.csw.jaxb.gml.Coord
-
Packages that use Coord Package Description nl.b3p.csw.jaxb.gml -
-
Uses of Coord in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as Coord Modifier and Type Field Description protected CoordPointType. coordFields in nl.b3p.csw.jaxb.gml with type parameters of type Coord Modifier and Type Field Description protected List<Coord>EnvelopeType. coordprotected List<Coord>LinearRingType. coordMethods in nl.b3p.csw.jaxb.gml that return Coord Modifier and Type Method Description CoordObjectFactory. createCoord(CoordType value)Create an instance ofCoord}CoordPointType. getCoord()Deprecated with GML version 3.0.Methods in nl.b3p.csw.jaxb.gml that return types with arguments of type Coord Modifier and Type Method Description List<Coord>EnvelopeType. getCoord()deprecated with GML version 3.0 Gets the value of the coord property.List<Coord>LinearRingType. getCoord()Deprecated with GML version 3.0 and included for backwards compatibility with GML 2.Methods in nl.b3p.csw.jaxb.gml with parameters of type Coord Modifier and Type Method Description voidPointType. setCoord(Coord value)Sets the value of the coord property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type Coord Constructor Description PointType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, Pos pos, Coordinates coordinates, Coord coord)Fully-initialising value constructorConstructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type Coord Constructor Description EnvelopeType(DirectPositionType lowerCorner, DirectPositionType upperCorner, List<Coord> coord, List<Pos> pos, Coordinates coordinates, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels)Fully-initialising value constructor
-