Uses of Interface
net.opengis.gml311.CircleByCenterPointType
-
Packages that use CircleByCenterPointType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CircleByCenterPointType in net.opengis.gml311
Methods in net.opengis.gml311 that return CircleByCenterPointType Modifier and Type Method Description CircleByCenterPointType
Gml311Factory. createCircleByCenterPointType()
Returns a new object of class 'Circle By Center Point Type'.CircleByCenterPointType
DocumentRoot. getCircleByCenterPoint()
Returns the value of the 'Circle By Center Point' containment reference.Methods in net.opengis.gml311 with parameters of type CircleByCenterPointType Modifier and Type Method Description void
DocumentRoot. setCircleByCenterPoint(CircleByCenterPointType value)
Sets the value of the 'Circle By Center Point
' containment reference. -
Uses of CircleByCenterPointType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CircleByCenterPointType Modifier and Type Class Description class
CircleByCenterPointTypeImpl
An implementation of the model object 'Circle By Center Point Type'.Methods in net.opengis.gml311.impl that return CircleByCenterPointType Modifier and Type Method Description CircleByCenterPointType
Gml311FactoryImpl. createCircleByCenterPointType()
CircleByCenterPointType
DocumentRootImpl. getCircleByCenterPoint()
Methods in net.opengis.gml311.impl with parameters of type CircleByCenterPointType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCircleByCenterPoint(CircleByCenterPointType newCircleByCenterPoint, NotificationChain msgs)
void
DocumentRootImpl. setCircleByCenterPoint(CircleByCenterPointType newCircleByCenterPoint)
-
Uses of CircleByCenterPointType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CircleByCenterPointType Modifier and Type Method Description T
Gml311Switch. caseCircleByCenterPointType(CircleByCenterPointType object)
Returns the result of interpreting the object as an instance of 'Circle By Center Point Type'.boolean
Gml311Validator. validateCircleByCenterPointType(CircleByCenterPointType circleByCenterPointType, DiagnosticChain diagnostics, Map<Object,Object> context)
-