Uses of Class
net.opengis.gml._3.PosList
-
Packages that use PosList Package Description net.opengis.gml._3 -
-
Uses of PosList in net.opengis.gml._3
Fields in net.opengis.gml._3 declared as PosList Modifier and Type Field Description protected PosListLinearRingType. posListprotected PosListLineStringType. posListMethods in net.opengis.gml._3 that return PosList Modifier and Type Method Description PosListObjectFactory. createPosList()Create an instance ofPosListPosListLinearRingType. getPosList()Gets the value of the posList property.PosListLineStringType. getPosList()Gets the value of the posList property.Methods in net.opengis.gml._3 with parameters of type PosList Modifier and Type Method Description voidLinearRingType. setPosList(PosList value)Sets the value of the posList property.voidLineStringType. setPosList(PosList value)Sets the value of the posList property.
-