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.gml311Methods in net.opengis.gml311 that return CircleByCenterPointType Modifier and Type Method Description CircleByCenterPointTypeGml311Factory. createCircleByCenterPointType()Returns a new object of class 'Circle By Center Point Type'.CircleByCenterPointTypeDocumentRoot. 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 voidDocumentRoot. setCircleByCenterPoint(CircleByCenterPointType value)Sets the value of the 'Circle By Center Point' containment reference.
- 
Uses of CircleByCenterPointType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement CircleByCenterPointType Modifier and Type Class Description classCircleByCenterPointTypeImplAn implementation of the model object 'Circle By Center Point Type'.Methods in net.opengis.gml311.impl that return CircleByCenterPointType Modifier and Type Method Description CircleByCenterPointTypeGml311FactoryImpl. createCircleByCenterPointType()CircleByCenterPointTypeDocumentRootImpl. getCircleByCenterPoint()Methods in net.opengis.gml311.impl with parameters of type CircleByCenterPointType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCircleByCenterPoint(CircleByCenterPointType newCircleByCenterPoint, NotificationChain msgs)voidDocumentRootImpl. setCircleByCenterPoint(CircleByCenterPointType newCircleByCenterPoint)
- 
Uses of CircleByCenterPointType in net.opengis.gml311.utilMethods in net.opengis.gml311.util with parameters of type CircleByCenterPointType Modifier and Type Method Description TGml311Switch. caseCircleByCenterPointType(CircleByCenterPointType object)Returns the result of interpreting the object as an instance of 'Circle By Center Point Type'.booleanGml311Validator. validateCircleByCenterPointType(CircleByCenterPointType circleByCenterPointType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-