Uses of Interface
net.opengis.gml311.AbstractRingPropertyType
-
Packages that use AbstractRingPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractRingPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return AbstractRingPropertyType Modifier and Type Method Description AbstractRingPropertyTypeGml311Factory. createAbstractRingPropertyType()Returns a new object of class 'Abstract Ring Property Type'.AbstractRingPropertyTypeDocumentRoot. getExterior()Returns the value of the 'Exterior' containment reference.AbstractRingPropertyTypePolygonPatchType. getExterior()Returns the value of the 'Exterior' containment reference.AbstractRingPropertyTypePolygonType. getExterior()Returns the value of the 'Exterior' containment reference.AbstractRingPropertyTypeRectangleType. getExterior()Returns the value of the 'Exterior' containment reference.AbstractRingPropertyTypeTriangleType. getExterior()Returns the value of the 'Exterior' containment reference.AbstractRingPropertyTypeDocumentRoot. getInnerBoundaryIs()Returns the value of the 'Inner Boundary Is' containment reference.AbstractRingPropertyTypeDocumentRoot. getInterior()Returns the value of the 'Interior' containment reference.AbstractRingPropertyTypeDocumentRoot. getOuterBoundaryIs()Returns the value of the 'Outer Boundary Is' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractRingPropertyType Modifier and Type Method Description EList<AbstractRingPropertyType>PolygonPatchType. getInterior()Returns the value of the 'Interior' containment reference list.EList<AbstractRingPropertyType>PolygonType. getInterior()Returns the value of the 'Interior' containment reference list.Methods in net.opengis.gml311 with parameters of type AbstractRingPropertyType Modifier and Type Method Description voidDocumentRoot. setExterior(AbstractRingPropertyType value)Sets the value of the 'Exterior' containment reference.voidPolygonPatchType. setExterior(AbstractRingPropertyType value)Sets the value of the 'Exterior' containment reference.voidPolygonType. setExterior(AbstractRingPropertyType value)Sets the value of the 'Exterior' containment reference.voidRectangleType. setExterior(AbstractRingPropertyType value)Sets the value of the 'Exterior' containment reference.voidTriangleType. setExterior(AbstractRingPropertyType value)Sets the value of the 'Exterior' containment reference.voidDocumentRoot. setInnerBoundaryIs(AbstractRingPropertyType value)Sets the value of the 'Inner Boundary Is' containment reference.voidDocumentRoot. setInterior(AbstractRingPropertyType value)Sets the value of the 'Interior' containment reference.voidDocumentRoot. setOuterBoundaryIs(AbstractRingPropertyType value)Sets the value of the 'Outer Boundary Is' containment reference. -
Uses of AbstractRingPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractRingPropertyType Modifier and Type Class Description classAbstractRingPropertyTypeImplAn implementation of the model object 'Abstract Ring Property Type'.Methods in net.opengis.gml311.impl that return AbstractRingPropertyType Modifier and Type Method Description AbstractRingPropertyTypeGml311FactoryImpl. createAbstractRingPropertyType()AbstractRingPropertyTypeDocumentRootImpl. getExterior()AbstractRingPropertyTypePolygonPatchTypeImpl. getExterior()AbstractRingPropertyTypePolygonTypeImpl. getExterior()AbstractRingPropertyTypeRectangleTypeImpl. getExterior()AbstractRingPropertyTypeTriangleTypeImpl. getExterior()AbstractRingPropertyTypeDocumentRootImpl. getInnerBoundaryIs()AbstractRingPropertyTypeDocumentRootImpl. getInterior()AbstractRingPropertyTypeDocumentRootImpl. getOuterBoundaryIs()Methods in net.opengis.gml311.impl that return types with arguments of type AbstractRingPropertyType Modifier and Type Method Description EList<AbstractRingPropertyType>PolygonPatchTypeImpl. getInterior()EList<AbstractRingPropertyType>PolygonTypeImpl. getInterior()Methods in net.opengis.gml311.impl with parameters of type AbstractRingPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)NotificationChainPolygonPatchTypeImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)NotificationChainPolygonTypeImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)NotificationChainRectangleTypeImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)NotificationChainTriangleTypeImpl. basicSetExterior(AbstractRingPropertyType newExterior, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetInnerBoundaryIs(AbstractRingPropertyType newInnerBoundaryIs, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetInterior(AbstractRingPropertyType newInterior, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetOuterBoundaryIs(AbstractRingPropertyType newOuterBoundaryIs, NotificationChain msgs)voidDocumentRootImpl. setExterior(AbstractRingPropertyType newExterior)voidPolygonPatchTypeImpl. setExterior(AbstractRingPropertyType newExterior)voidPolygonTypeImpl. setExterior(AbstractRingPropertyType newExterior)voidRectangleTypeImpl. setExterior(AbstractRingPropertyType newExterior)voidTriangleTypeImpl. setExterior(AbstractRingPropertyType newExterior)voidDocumentRootImpl. setInnerBoundaryIs(AbstractRingPropertyType newInnerBoundaryIs)voidDocumentRootImpl. setInterior(AbstractRingPropertyType newInterior)voidDocumentRootImpl. setOuterBoundaryIs(AbstractRingPropertyType newOuterBoundaryIs) -
Uses of AbstractRingPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractRingPropertyType Modifier and Type Method Description TGml311Switch. caseAbstractRingPropertyType(AbstractRingPropertyType object)Returns the result of interpreting the object as an instance of 'Abstract Ring Property Type'.booleanGml311Validator. validateAbstractRingPropertyType(AbstractRingPropertyType abstractRingPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-