Uses of Interface
net.opengis.gml311.CircleType
-
Packages that use CircleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CircleType in net.opengis.gml311
Methods in net.opengis.gml311 that return CircleType Modifier and Type Method Description CircleType
Gml311Factory. createCircleType()
Returns a new object of class 'Circle Type'.CircleType
DocumentRoot. getCircle()
Returns the value of the 'Circle' containment reference.Methods in net.opengis.gml311 with parameters of type CircleType Modifier and Type Method Description void
DocumentRoot. setCircle(CircleType value)
Sets the value of the 'Circle
' containment reference. -
Uses of CircleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CircleType Modifier and Type Class Description class
CircleTypeImpl
An implementation of the model object 'Circle Type'.Methods in net.opengis.gml311.impl that return CircleType Modifier and Type Method Description CircleType
Gml311FactoryImpl. createCircleType()
CircleType
DocumentRootImpl. getCircle()
Methods in net.opengis.gml311.impl with parameters of type CircleType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetCircle(CircleType newCircle, NotificationChain msgs)
void
DocumentRootImpl. setCircle(CircleType newCircle)
-
Uses of CircleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CircleType Modifier and Type Method Description T
Gml311Switch. caseCircleType(CircleType object)
Returns the result of interpreting the object as an instance of 'Circle Type'.boolean
Gml311Validator. validateCircleType(CircleType circleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-