Uses of Interface
net.opengis.gml311.AbstractFeatureType
-
Packages that use AbstractFeatureType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AbstractFeatureType in net.opengis.gml311
Subinterfaces of AbstractFeatureType in net.opengis.gml311 Modifier and Type Interface Description interfaceAbstractContinuousCoverageTypeA representation of the model object 'Abstract Continuous Coverage Type'.interfaceAbstractCoverageTypeA representation of the model object 'Abstract Coverage Type'.interfaceAbstractDiscreteCoverageTypeA representation of the model object 'Abstract Discrete Coverage Type'.interfaceAbstractFeatureCollectionTypeA representation of the model object 'Abstract Feature Collection Type'.interfaceBoundedFeatureTypeA representation of the model object 'Bounded Feature Type'.interfaceDirectedObservationAtDistanceTypeA representation of the model object 'Directed Observation At Distance Type'.interfaceDirectedObservationTypeA representation of the model object 'Directed Observation Type'.interfaceDynamicFeatureCollectionTypeA representation of the model object 'Dynamic Feature Collection Type'.interfaceDynamicFeatureTypeA representation of the model object 'Dynamic Feature Type'.interfaceFeatureCollectionTypeA representation of the model object 'Feature Collection Type'.interfaceGridCoverageTypeA representation of the model object 'Grid Coverage Type'.interfaceMultiCurveCoverageTypeA representation of the model object 'Multi Curve Coverage Type'.interfaceMultiPointCoverageTypeA representation of the model object 'Multi Point Coverage Type'.interfaceMultiSolidCoverageTypeA representation of the model object 'Multi Solid Coverage Type'.interfaceMultiSurfaceCoverageTypeA representation of the model object 'Multi Surface Coverage Type'.interfaceObservationTypeA representation of the model object 'Observation Type'.interfaceRectifiedGridCoverageTypeA representation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311 that return AbstractFeatureType Modifier and Type Method Description AbstractFeatureTypeDocumentRoot. getFeature()Returns the value of the 'Feature' containment reference.AbstractFeatureTypeFeaturePropertyType. getFeature()Returns the value of the 'Feature' containment reference.AbstractFeatureTypeTargetPropertyType. getFeature()Returns the value of the 'Feature' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AbstractFeatureType Modifier and Type Method Description EList<AbstractFeatureType>FeatureArrayPropertyType. getFeature()Returns the value of the 'Feature' containment reference list. -
Uses of AbstractFeatureType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AbstractFeatureType Modifier and Type Class Description classAbstractContinuousCoverageTypeImplAn implementation of the model object 'Abstract Continuous Coverage Type'.classAbstractCoverageTypeImplAn implementation of the model object 'Abstract Coverage Type'.classAbstractDiscreteCoverageTypeImplAn implementation of the model object 'Abstract Discrete Coverage Type'.classAbstractFeatureCollectionTypeImplAn implementation of the model object 'Abstract Feature Collection Type'.classAbstractFeatureTypeImplAn implementation of the model object 'Abstract Feature Type'.classBoundedFeatureTypeImplAn implementation of the model object 'Bounded Feature Type'.classDirectedObservationAtDistanceTypeImplAn implementation of the model object 'Directed Observation At Distance Type'.classDirectedObservationTypeImplAn implementation of the model object 'Directed Observation Type'.classDynamicFeatureCollectionTypeImplAn implementation of the model object 'Dynamic Feature Collection Type'.classDynamicFeatureTypeImplAn implementation of the model object 'Dynamic Feature Type'.classFeatureCollectionTypeImplAn implementation of the model object 'Feature Collection Type'.classGridCoverageTypeImplAn implementation of the model object 'Grid Coverage Type'.classMultiCurveCoverageTypeImplAn implementation of the model object 'Multi Curve Coverage Type'.classMultiPointCoverageTypeImplAn implementation of the model object 'Multi Point Coverage Type'.classMultiSolidCoverageTypeImplAn implementation of the model object 'Multi Solid Coverage Type'.classMultiSurfaceCoverageTypeImplAn implementation of the model object 'Multi Surface Coverage Type'.classObservationTypeImplAn implementation of the model object 'Observation Type'.classRectifiedGridCoverageTypeImplAn implementation of the model object 'Rectified Grid Coverage Type'.Methods in net.opengis.gml311.impl that return AbstractFeatureType Modifier and Type Method Description AbstractFeatureTypeDocumentRootImpl. getFeature()AbstractFeatureTypeFeaturePropertyTypeImpl. getFeature()AbstractFeatureTypeTargetPropertyTypeImpl. getFeature()Methods in net.opengis.gml311.impl that return types with arguments of type AbstractFeatureType Modifier and Type Method Description EList<AbstractFeatureType>FeatureArrayPropertyTypeImpl. getFeature()Methods in net.opengis.gml311.impl with parameters of type AbstractFeatureType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetFeature(AbstractFeatureType newFeature, NotificationChain msgs)NotificationChainFeaturePropertyTypeImpl. basicSetFeature(AbstractFeatureType newFeature, NotificationChain msgs)NotificationChainTargetPropertyTypeImpl. basicSetFeature(AbstractFeatureType newFeature, NotificationChain msgs) -
Uses of AbstractFeatureType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AbstractFeatureType Modifier and Type Method Description TGml311Switch. caseAbstractFeatureType(AbstractFeatureType object)Returns the result of interpreting the object as an instance of 'Abstract Feature Type'.booleanGml311Validator. validateAbstractFeatureType(AbstractFeatureType abstractFeatureType, DiagnosticChain diagnostics, Map<Object,Object> context)
-