Package uk.org.netex.www.netex
Interface SpatialFeaturesInFrame_RelStructure.ChoiceWrapper_SpatialFeaturesInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SpatialFeaturesInFrame_RelStructure.ChoiceWrapper_SpatialFeaturesInFrame_RelStructure,SpatialFeaturesInFrame_RelStructure.ChoiceWrapper_SpatialFeaturesInFrame_RelStructure.Builder
- Enclosing class:
SpatialFeaturesInFrame_RelStructure
public static interface SpatialFeaturesInFrame_RelStructure.ChoiceWrapper_SpatialFeaturesInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAn aggregate of SIMPLE FEATUREs and/or other COMPLEX FEATUREs; e.g. a STOP AREA : combination of STOP POINTs ; a train station : combination of SIMPLE FEATUREs (POINTs, LINKs) and COMPLEX FEATUREs (STOP AREAs).An aggregate of SIMPLE FEATUREs and/or other COMPLEX FEATUREs; e.g. a STOP AREA : combination of STOP POINTs ; a train station : combination of SIMPLE FEATUREs (POINTs, LINKs) and COMPLEX FEATUREs (STOP AREAs).An abstract representation of elementary objects related to the spatial representation of the network POINTs (0-dimensional objects), LINKs (1-dimensional objects) and ZONEs (2-dimensional objects) may be viewed as SIMPLE FEATUREs.An abstract representation of elementary objects related to the spatial representation of the network POINTs (0-dimensional objects), LINKs (1-dimensional objects) and ZONEs (2-dimensional objects) may be viewed as SIMPLE FEATUREs.booleanAn aggregate of SIMPLE FEATUREs and/or other COMPLEX FEATUREs; e.g. a STOP AREA : combination of STOP POINTs ; a train station : combination of SIMPLE FEATUREs (POINTs, LINKs) and COMPLEX FEATUREs (STOP AREAs).booleanAn abstract representation of elementary objects related to the spatial representation of the network POINTs (0-dimensional objects), LINKs (1-dimensional objects) and ZONEs (2-dimensional objects) may be viewed as SIMPLE FEATUREs.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSimpleFeature
boolean hasSimpleFeature()An abstract representation of elementary objects related to the spatial representation of the network POINTs (0-dimensional objects), LINKs (1-dimensional objects) and ZONEs (2-dimensional objects) may be viewed as SIMPLE FEATUREs. [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 90:88]
.uk.org.netex.www.netex.SimpleFeatureType simple_feature = 1;- Returns:
- Whether the simpleFeature field is set.
-
getSimpleFeature
SimpleFeatureType getSimpleFeature()An abstract representation of elementary objects related to the spatial representation of the network POINTs (0-dimensional objects), LINKs (1-dimensional objects) and ZONEs (2-dimensional objects) may be viewed as SIMPLE FEATUREs. [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 90:88]
.uk.org.netex.www.netex.SimpleFeatureType simple_feature = 1;- Returns:
- The simpleFeature.
-
getSimpleFeatureOrBuilder
SimpleFeatureTypeOrBuilder getSimpleFeatureOrBuilder()An abstract representation of elementary objects related to the spatial representation of the network POINTs (0-dimensional objects), LINKs (1-dimensional objects) and ZONEs (2-dimensional objects) may be viewed as SIMPLE FEATUREs. [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 90:88]
.uk.org.netex.www.netex.SimpleFeatureType simple_feature = 1; -
hasComplexFeature
boolean hasComplexFeature()An aggregate of SIMPLE FEATUREs and/or other COMPLEX FEATUREs; e.g. a STOP AREA : combination of STOP POINTs ; a train station : combination of SIMPLE FEATUREs (POINTs, LINKs) and COMPLEX FEATUREs (STOP AREAs). [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 132:89]
.uk.org.netex.www.netex.ComplexFeatureType complex_feature = 2;- Returns:
- Whether the complexFeature field is set.
-
getComplexFeature
ComplexFeatureType getComplexFeature()An aggregate of SIMPLE FEATUREs and/or other COMPLEX FEATUREs; e.g. a STOP AREA : combination of STOP POINTs ; a train station : combination of SIMPLE FEATUREs (POINTs, LINKs) and COMPLEX FEATUREs (STOP AREAs). [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 132:89]
.uk.org.netex.www.netex.ComplexFeatureType complex_feature = 2;- Returns:
- The complexFeature.
-
getComplexFeatureOrBuilder
ComplexFeatureTypeOrBuilder getComplexFeatureOrBuilder()An aggregate of SIMPLE FEATUREs and/or other COMPLEX FEATUREs; e.g. a STOP AREA : combination of STOP POINTs ; a train station : combination of SIMPLE FEATUREs (POINTs, LINKs) and COMPLEX FEATUREs (STOP AREAs). [netex_framework/netex_genericFramework/netex_spatialFeature_version.xsd at 132:89]
.uk.org.netex.www.netex.ComplexFeatureType complex_feature = 2;
-