Modifier and Type | Method and Description |
---|---|
void |
GMLMarshaller.marshalAbstractFeature(AbstractFeature src,
net.opengis.gml.AbstractFeatureType dest) |
Modifier and Type | Method and Description |
---|---|
net.opengis.gml.FeaturePropertyType |
GMLMarshaller.marshalFeatureProperty(FeatureProperty<? extends AbstractFeature> src) |
void |
GMLMarshaller.marshalFeatureProperty(FeatureProperty<? extends AbstractFeature> src,
net.opengis.gml.AssociationType dest) |
void |
GMLMarshaller.marshalFeatureProperty(FeatureProperty<? extends AbstractFeature> src,
net.opengis.gml.FeaturePropertyType dest) |
Modifier and Type | Method and Description |
---|---|
FeatureProperty<? extends AbstractFeature> |
GMLUnmarshaller.unmarshalFeatureProperty(net.opengis.gml.FeaturePropertyType src) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalAbstractFeature(net.opengis.gml.AbstractFeatureType src,
AbstractFeature dest) |
Modifier and Type | Method and Description |
---|---|
void |
GMLUnmarshaller.unmarshalFeatureProperty(net.opengis.gml.AssociationType src,
FeatureProperty<? extends AbstractFeature> dest) |
void |
GMLUnmarshaller.unmarshalFeatureProperty(net.opengis.gml.FeaturePropertyType src,
FeatureProperty<? extends AbstractFeature> dest) |
Modifier and Type | Method and Description |
---|---|
void |
JAXBSimpleWriter.write(AbstractFeature abstractFeature) |
void |
JAXBModelWriter.writeFeatureMember(AbstractFeature feature) |
Modifier and Type | Method and Description |
---|---|
static BoundingShape |
ADEBoundingBoxHelper.calcBoundedBy(ADEModelObject ade,
AbstractFeature parent,
BoundingBoxOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSurfaceData |
class |
AbstractTexture |
class |
Appearance |
class |
GeoreferencedTexture |
class |
ParameterizedTexture |
class |
X3DMaterial |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBoundarySurface |
class |
AbstractBridge |
class |
AbstractOpening |
class |
Bridge |
class |
BridgeConstructionElement |
class |
BridgeFurniture |
class |
BridgeInstallation |
class |
BridgePart |
class |
BridgeRoom |
class |
CeilingSurface |
class |
ClosureSurface |
class |
Door |
class |
FloorSurface |
class |
GroundSurface |
class |
IntBridgeInstallation |
class |
InteriorWallSurface |
class |
OuterCeilingSurface |
class |
OuterFloorSurface |
class |
RoofSurface |
class |
WallSurface |
class |
Window |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuilding |
class |
Building |
class |
BuildingFurniture |
class |
BuildingInstallation |
class |
BuildingPart |
class |
IntBuildingInstallation |
class |
Room |
Modifier and Type | Class and Description |
---|---|
class |
CityFurniture |
Modifier and Type | Class and Description |
---|---|
class |
CityObjectGroup |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCityObject |
class |
AbstractSite |
class |
Address |
class |
CityModel |
Modifier and Type | Class and Description |
---|---|
class |
GenericCityObject |
Modifier and Type | Class and Description |
---|---|
class |
LandUse |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReliefComponent |
class |
BreaklineRelief |
class |
MassPointRelief |
class |
RasterRelief |
class |
ReliefFeature |
class |
TINRelief |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTransportationObject |
class |
AuxiliaryTrafficArea |
class |
Railway |
class |
Road |
class |
Square |
class |
Track |
class |
TrafficArea |
class |
TransportationComplex |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTunnel |
class |
HollowSpace |
class |
IntTunnelInstallation |
class |
Tunnel |
class |
TunnelFurniture |
class |
TunnelInstallation |
class |
TunnelPart |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVegetationObject |
class |
PlantCover |
class |
SolitaryVegetationObject |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWaterBoundarySurface |
class |
AbstractWaterObject |
class |
WaterBody |
class |
WaterClosureSurface |
class |
WaterGroundSurface |
class |
WaterSurface |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCoverage |
class |
AbstractDiscreteCoverage |
class |
RectifiedGridCoverage |
Modifier and Type | Class and Description |
---|---|
class |
FeatureProperty<T extends AbstractFeature> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeatureCollection |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<AbstractFeature> |
FeatureArrayProperty.getAssociableClass() |
java.util.List<? extends AbstractFeature> |
FeatureArrayProperty.getFeature() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureArrayProperty.addFeature(AbstractFeature feature) |
boolean |
FeatureArrayProperty.unsetFeature(AbstractFeature feature) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureArrayProperty.setFeature(java.util.List<? extends AbstractFeature> feature) |
Constructor and Description |
---|
FeatureArrayProperty(AbstractFeature... abstractFeature) |
FeatureArrayProperty(AbstractFeature abstractFeature) |
FeatureMember(AbstractFeature abstractFeature) |
Constructor and Description |
---|
FeatureArrayProperty(java.util.List<AbstractFeature> abstractFeature) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends AbstractFeature> |
Module.getFeatureClass(java.lang.String name) |
java.lang.Class<? extends AbstractFeature> |
AbstractModule.getFeatureClass(java.lang.String name) |
java.util.Map<java.lang.String,java.lang.Class<? extends AbstractFeature>> |
Module.getFeatures() |
java.util.Map<java.lang.String,java.lang.Class<? extends AbstractFeature>> |
AbstractModule.getFeatures() |
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
Module.getFeatureName(java.lang.Class<? extends AbstractFeature> featureClass) |
javax.xml.namespace.QName |
AbstractModule.getFeatureName(java.lang.Class<? extends AbstractFeature> featureClass) |
static Module |
Modules.getModule(java.lang.Class<? extends AbstractFeature> featureClass) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Class<? extends AbstractFeature> |
ADEModule.getFeatureClass(java.lang.String name) |
abstract java.util.Map<java.lang.String,java.lang.Class<? extends AbstractFeature>> |
ADEModule.getFeatures() |
Modifier and Type | Method and Description |
---|---|
abstract javax.xml.namespace.QName |
ADEModule.getFeatureName(java.lang.Class<? extends AbstractFeature> featureClass) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends AbstractFeature> |
AbstractCityGMLModule.getFeatureClass(java.lang.String name) |
java.util.Map<java.lang.String,java.lang.Class<? extends AbstractFeature>> |
AbstractCityGMLModule.getFeatures() |
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
AbstractCityGMLModule.getFeatureName(java.lang.Class<? extends AbstractFeature> featureClass) |
Modifier and Type | Method and Description |
---|---|
static BoundingShape |
SimpleBoundingBoxCalculator.calcBoundedBy(AbstractFeature feature,
BoundingBoxOptions options) |
Modifier and Type | Method and Description |
---|---|
<T extends AbstractFeature> |
ChildInfo.getParentFeature(Child child,
java.lang.Class<T> type) |
Modifier and Type | Method and Description |
---|---|
AbstractFeature |
ChildInfo.getParentFeature(Child child) |
AbstractFeature |
ChildInfo.getRootFeature(Child child) |
Modifier and Type | Method and Description |
---|---|
<E extends AbstractFeature> |
GMLFunctionWalker.apply(FeatureProperty<E> featureProperty) |
<E extends AbstractFeature> |
FeatureFunctionWalker.apply(FeatureProperty<E> featureProperty) |
<T extends AbstractFeature> |
GMLWalker.visit(FeatureProperty<T> featureProperty) |
<T extends AbstractFeature> |
FeatureWalker.visit(FeatureProperty<T> featureProperty) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(AbstractFeature abstractFeature) |
T |
FeatureFunctionWalker.apply(AbstractFeature abstractFeature) |
void |
GMLWalker.visit(AbstractFeature abstractFeature) |
void |
FeatureWalker.visit(AbstractFeature abstractFeature) |
Modifier and Type | Method and Description |
---|---|
AbstractFeature |
XLinkResolver.getFeature(java.lang.String target,
AbstractGML root) |
Modifier and Type | Method and Description |
---|---|
void |
CityGMLWriter.write(AbstractFeature abstractFeature) |
void |
CityModelWriter.writeFeatureMember(AbstractFeature feature) |