Uses of Interface
net.opengis.gml311.ArcByCenterPointType
- 
Packages that use ArcByCenterPointType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util 
- 
- 
Uses of ArcByCenterPointType in net.opengis.gml311Subinterfaces of ArcByCenterPointType in net.opengis.gml311 Modifier and Type Interface Description interfaceCircleByCenterPointTypeA representation of the model object 'Circle By Center Point Type'.Methods in net.opengis.gml311 that return ArcByCenterPointType Modifier and Type Method Description ArcByCenterPointTypeGml311Factory. createArcByCenterPointType()Returns a new object of class 'Arc By Center Point Type'.ArcByCenterPointTypeDocumentRoot. getArcByCenterPoint()Returns the value of the 'Arc By Center Point' containment reference.Methods in net.opengis.gml311 with parameters of type ArcByCenterPointType Modifier and Type Method Description voidDocumentRoot. setArcByCenterPoint(ArcByCenterPointType value)Sets the value of the 'Arc By Center Point' containment reference.
- 
Uses of ArcByCenterPointType in net.opengis.gml311.implClasses in net.opengis.gml311.impl that implement ArcByCenterPointType Modifier and Type Class Description classArcByCenterPointTypeImplAn implementation of the model object 'Arc By Center Point Type'.classCircleByCenterPointTypeImplAn implementation of the model object 'Circle By Center Point Type'.Methods in net.opengis.gml311.impl that return ArcByCenterPointType Modifier and Type Method Description ArcByCenterPointTypeGml311FactoryImpl. createArcByCenterPointType()ArcByCenterPointTypeDocumentRootImpl. getArcByCenterPoint()Methods in net.opengis.gml311.impl with parameters of type ArcByCenterPointType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetArcByCenterPoint(ArcByCenterPointType newArcByCenterPoint, NotificationChain msgs)voidDocumentRootImpl. setArcByCenterPoint(ArcByCenterPointType newArcByCenterPoint)
- 
Uses of ArcByCenterPointType in net.opengis.gml311.utilMethods in net.opengis.gml311.util with parameters of type ArcByCenterPointType Modifier and Type Method Description TGml311Switch. caseArcByCenterPointType(ArcByCenterPointType object)Returns the result of interpreting the object as an instance of 'Arc By Center Point Type'.booleanGml311Validator. validateArcByCenterPointType(ArcByCenterPointType arcByCenterPointType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-