Uses of Interface
net.opengis.gml311.PointType
-
Packages that use PointType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of PointType in net.opengis.gml311
Methods in net.opengis.gml311 that return PointType Modifier and Type Method Description PointTypeGml311Factory. createPointType()Returns a new object of class 'Point Type'.PointTypeDocumentRoot. getPoint()Returns the value of the 'Point' containment reference.PointTypePointPropertyType. getPoint()Returns the value of the 'Point' containment reference.Methods in net.opengis.gml311 that return types with arguments of type PointType Modifier and Type Method Description EList<PointType>PointArrayPropertyType. getPoint()Returns the value of the 'Point' containment reference list.Methods in net.opengis.gml311 with parameters of type PointType Modifier and Type Method Description voidDocumentRoot. setPoint(PointType value)Sets the value of the 'Point' containment reference.voidPointPropertyType. setPoint(PointType value)Sets the value of the 'Point' containment reference. -
Uses of PointType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement PointType Modifier and Type Class Description classPointTypeImplAn implementation of the model object 'Point Type'.Fields in net.opengis.gml311.impl declared as PointType Modifier and Type Field Description protected PointTypePointPropertyTypeImpl. pointThe cached value of the 'Point' containment reference.Fields in net.opengis.gml311.impl with type parameters of type PointType Modifier and Type Field Description protected EList<PointType>PointArrayPropertyTypeImpl. pointThe cached value of the 'Point' containment reference list.Methods in net.opengis.gml311.impl that return PointType Modifier and Type Method Description PointTypeGml311FactoryImpl. createPointType()PointTypeDocumentRootImpl. getPoint()PointTypePointPropertyTypeImpl. getPoint()Methods in net.opengis.gml311.impl that return types with arguments of type PointType Modifier and Type Method Description EList<PointType>PointArrayPropertyTypeImpl. getPoint()Methods in net.opengis.gml311.impl with parameters of type PointType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPoint(PointType newPoint, NotificationChain msgs)NotificationChainPointPropertyTypeImpl. basicSetPoint(PointType newPoint, NotificationChain msgs)voidDocumentRootImpl. setPoint(PointType newPoint)voidPointPropertyTypeImpl. setPoint(PointType newPoint) -
Uses of PointType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type PointType Modifier and Type Method Description TGml311Switch. casePointType(PointType object)Returns the result of interpreting the object as an instance of 'Point Type'.booleanGml311Validator. validatePointType(PointType pointType, DiagnosticChain diagnostics, Map<Object,Object> context)
-