Uses of Class
nl.b3p.csw.jaxb.gml.Point
-
Packages that use Point Package Description nl.b3p.csw.jaxb.gml -
-
Uses of Point in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as Point Modifier and Type Field Description protected PointPointPropertyType. pointFields in nl.b3p.csw.jaxb.gml with type parameters of type Point Modifier and Type Field Description protected List<Point>PointArrayPropertyType. pointMethods in nl.b3p.csw.jaxb.gml that return Point Modifier and Type Method Description PointObjectFactory. createPoint(PointType value)Create an instance ofPoint}PointPointPropertyType. getPoint()Gets the value of the point property.Methods in nl.b3p.csw.jaxb.gml that return types with arguments of type Point Modifier and Type Method Description List<Point>PointArrayPropertyType. getPoint()Gets the value of the point property.Methods in nl.b3p.csw.jaxb.gml with parameters of type Point Modifier and Type Method Description voidPointPropertyType. setPoint(Point value)Sets the value of the point property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type Point Constructor Description PointPropertyType(Point point, String remoteSchema, String type, String href, String role, String arcrole, String title, String show, String actuate)Fully-initialising value constructorConstructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type Point Constructor Description PointArrayPropertyType(List<Point> point)Fully-initialising value constructor
-