Uses of Class
net.opengis.gml._3.PointType
-
Packages that use PointType Package Description net.opengis.gml._3 -
-
Uses of PointType in net.opengis.gml._3
Fields in net.opengis.gml._3 declared as PointType Modifier and Type Field Description protected PointTypePointProperty. pointFields in net.opengis.gml._3 with type parameters of type PointType Modifier and Type Field Description protected List<PointType>PointArrayPropertyType. pointsMethods in net.opengis.gml._3 that return PointType Modifier and Type Method Description PointTypeObjectFactory. createPointType()Create an instance ofPointTypePointTypePointProperty. getPoint()Gets the value of the point property.Methods in net.opengis.gml._3 that return types with arguments of type PointType Modifier and Type Method Description JAXBElement<PointType>ObjectFactory. createPoint(PointType value)List<PointType>PointArrayPropertyType. getPoints()Gets the value of the points property.Methods in net.opengis.gml._3 with parameters of type PointType Modifier and Type Method Description JAXBElement<PointType>ObjectFactory. createPoint(PointType value)voidPointProperty. setPoint(PointType value)Sets the value of the point property.
-